summaryrefslogtreecommitdiff
path: root/net/netatalk/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/netatalk/files/patch-ae')
-rw-r--r--net/netatalk/files/patch-ae16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/netatalk/files/patch-ae b/net/netatalk/files/patch-ae
new file mode 100644
index 000000000000..7042d6670e6d
--- /dev/null
+++ b/net/netatalk/files/patch-ae
@@ -0,0 +1,16 @@
+--- libatalk/cnid/cnid_lookup.c.orig Fri Aug 17 00:30:29 2001
++++ libatalk/cnid/cnid_lookup.c Wed Aug 29 15:49:55 2001
+@@ -6,6 +6,7 @@
+ #include "config.h"
+ #endif /* HAVE_CONFIG_H */
+
++#ifdef CNID_DB
+ #include <stdio.h>
+ #include <string.h>
+ #include <sys/param.h>
+@@ -115,3 +116,4 @@
+ syslog(LOG_ERR, "cnid_lookup: looked up did %d, name %s as %d (needed update)", did, name, id);
+ return id;
+ }
++#endif /* CNID_DB */
+