diff options
Diffstat (limited to 'net/netatalk/files/patch-ab')
-rw-r--r-- | net/netatalk/files/patch-ab | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/netatalk/files/patch-ab b/net/netatalk/files/patch-ab new file mode 100644 index 000000000000..b21dfca602c7 --- /dev/null +++ b/net/netatalk/files/patch-ab @@ -0,0 +1,16 @@ +--- libatalk/cnid/cnid_close.c.orig Fri Aug 17 00:30:29 2001 ++++ libatalk/cnid/cnid_close.c Wed Aug 29 15:48:45 2001 +@@ -6,6 +6,7 @@ + #include "config.h" + #endif /* HAVE_CONFIG_H */ + ++#ifdef CNID_DB + #ifdef HAVE_UNISTD_H + #include <unistd.h> + #endif /* HAVE_UNISTD_H */ +@@ -69,3 +70,4 @@ + + free(db); + } ++#endif /* CNID_DB */ + |