diff options
| author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-04 17:48:22 +0000 |
|---|---|---|
| committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-04 17:48:22 +0000 |
| commit | a1e9a6453837a467a0fd9d54c5184099fb87ed70 (patch) | |
| tree | a47a351794472485a4e7af79cde9e0c0a5856eb7 /net/netatalk/files/patch-ai | |
| parent | Update to 1.1.5 (diff) | |
Update to 1.5pre7
PR: 30319
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=47428
Diffstat (limited to 'net/netatalk/files/patch-ai')
| -rw-r--r-- | net/netatalk/files/patch-ai | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/netatalk/files/patch-ai b/net/netatalk/files/patch-ai new file mode 100644 index 000000000000..bcf728a4193a --- /dev/null +++ b/net/netatalk/files/patch-ai @@ -0,0 +1,15 @@ +--- libatalk/cnid/cnid_update.c.orig Fri Aug 17 00:30:30 2001 ++++ libatalk/cnid/cnid_update.c Wed Aug 29 15:50:39 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> +@@ -136,3 +137,4 @@ + syslog(LOG_ERR, "cnid_update: can't update CNID(%x)", id); + return -1; + } ++#endif /* CNID_DB */ |
