diff options
Diffstat (limited to 'net/netatalk1/patches/patch-an')
-rw-r--r-- | net/netatalk1/patches/patch-an | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/netatalk1/patches/patch-an b/net/netatalk1/patches/patch-an new file mode 100644 index 00000000000..92066759f00 --- /dev/null +++ b/net/netatalk1/patches/patch-an @@ -0,0 +1,13 @@ +$NetBSD: patch-an,v 1.1 2006/08/17 13:57:23 taca Exp $ + +--- etc/uams/uams_randnum.c.orig 2005-05-26 17:24:26.000000000 +1200 ++++ etc/uams/uams_randnum.c +@@ -47,7 +47,7 @@ char *strchr (), *strrchr (); + #include <atalk/uam.h> + + +-#include <des.h> ++#include <openssl/des.h> + + #ifdef USE_CRACKLIB + #include <crack.h> |