aboutsummaryrefslogtreecommitdiffstats
path: root/net/netatalk-asun/files/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'net/netatalk-asun/files/patch-ao')
-rw-r--r--net/netatalk-asun/files/patch-ao14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/netatalk-asun/files/patch-ao b/net/netatalk-asun/files/patch-ao
new file mode 100644
index 000000000000..f0899b213973
--- /dev/null
+++ b/net/netatalk-asun/files/patch-ao
@@ -0,0 +1,14 @@
+--- include/atalk/adouble.h.orig Sun Feb 7 12:15:38 1999
++++ include/atalk/adouble.h Mon Mar 8 09:19:34 1999
+@@ -86,7 +86,11 @@
+ /* version info */
+ #define AD_VERSION1 0x00010000
+ #define AD_VERSION2 0x00020000
++#if defined(USE_CNID)
++#define AD_VERSION AD_VERSION2
++#else
+ #define AD_VERSION AD_VERSION1
++#endif
+
+ /* sizes of relevant entry bits */
+ #define AD_HEADER_LEN 26 /* everything up to the first entry header */