diff options
author | Jay Freeman <saurik@saurik.com> | 2008-08-22 23:29:18 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-08-22 23:29:18 +0000 |
commit | bafd9a4bcafdd06f7a6f61b67a1cb177ab70e4a4 (patch) | |
tree | 4106e3856915e1881c5aee67ab355d17ad545ddc /data/netatalk/posix.diff | |
parent | 4d1cc29b6ea7ae1175d8a90ba366f0de3e52e04f (diff) |
Got AFPd totally operational.
git-svn-id: http://svn.telesphoreo.org/trunk@454 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/netatalk/posix.diff')
-rw-r--r-- | data/netatalk/posix.diff | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/netatalk/posix.diff b/data/netatalk/posix.diff new file mode 100644 index 000000000..c963593b0 --- /dev/null +++ b/data/netatalk/posix.diff @@ -0,0 +1,21 @@ +diff -ru netatalk-2.0.3/bin/adv1tov2/adv1tov2.c netatalk-2.0.3+iPhone/bin/adv1tov2/adv1tov2.c +--- netatalk-2.0.3/bin/adv1tov2/adv1tov2.c 2005-02-10 01:23:05.000000000 +0000 ++++ netatalk-2.0.3+iPhone/bin/adv1tov2/adv1tov2.c 2008-07-11 01:10:01.000000000 +0000 +@@ -8,6 +8,8 @@ + #include "config.h" + #endif /* HAVE_CONFIG_H */ + ++#include <atalk/util.h> ++ + #include <atalk/adouble.h> + #include <stdio.h> + #include <stdlib.h> +@@ -25,8 +27,6 @@ + #include <errno.h> + #include <string.h> + +-#include <atalk/util.h> +- + #if AD_VERSION == AD_VERSION2 + #if 0 + /* translate characters */ |