diff options
Diffstat (limited to 'net/netatalk-devel/files/patch-af')
-rw-r--r-- | net/netatalk-devel/files/patch-af | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/netatalk-devel/files/patch-af b/net/netatalk-devel/files/patch-af deleted file mode 100644 index 01cf664..0000000 --- a/net/netatalk-devel/files/patch-af +++ /dev/null @@ -1,18 +0,0 @@ ---- libatalk/cnid/cnid_nextid.c.orig Fri Aug 17 00:30:29 2001 -+++ libatalk/cnid/cnid_nextid.c Wed Aug 29 15:50:04 2001 -@@ -7,6 +7,7 @@ - #include "config.h" - #endif /* HAVE_CONFIG_H */ - -+#ifdef CNID_DB - #include <db.h> - - #include <atalk/adouble.h> -@@ -29,5 +30,6 @@ - memcpy(&id, ad_entry(&db->rootinfo, ADEID_DID), sizeof(id)); - return id; - } -+#endif /* CNID_DB */ - #endif - - |