aboutsummaryrefslogtreecommitdiff
path: root/net/netatalk-devel/files/patch-ae
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-11 11:37:58 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-11 11:37:58 +0000
commit720743509b212cc418b72dec927522384d4955e1 (patch)
tree38207e7bfb1cbbe80c348239872fd31c84cc43e9 /net/netatalk-devel/files/patch-ae
parentdd5a162e977960ad863ea1da5428307b86010a19 (diff)
upgrade to 1.5p8
PR: 31145 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=48676
Diffstat (limited to 'net/netatalk-devel/files/patch-ae')
-rw-r--r--net/netatalk-devel/files/patch-ae16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/netatalk-devel/files/patch-ae b/net/netatalk-devel/files/patch-ae
deleted file mode 100644
index 7042d6670e6d..000000000000
--- a/net/netatalk-devel/files/patch-ae
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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 */
-