diff options
| author | Stefan Bethke <stb@FreeBSD.org> | 1999-03-22 21:34:23 +0000 |
|---|---|---|
| committer | Stefan Bethke <stb@FreeBSD.org> | 1999-03-22 21:34:23 +0000 |
| commit | 40be034042c2693d69aefc8c07e814c221d3b908 (patch) | |
| tree | d33f0274fa67abfbf08d79fb4a2149e3a50280ad /net/netatalk-asun/files/patch-ao | |
| parent | d578b7947c275e541b271ffef397e47c599b256b (diff) | |
Update to asun-2.1.3
Diffstat (limited to 'net/netatalk-asun/files/patch-ao')
| -rw-r--r-- | net/netatalk-asun/files/patch-ao | 14 |
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 */ |
