diff options
Diffstat (limited to 'net/afpfs-ng/files/patch-lib__proto_files.c')
-rw-r--r-- | net/afpfs-ng/files/patch-lib__proto_files.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/afpfs-ng/files/patch-lib__proto_files.c b/net/afpfs-ng/files/patch-lib__proto_files.c new file mode 100644 index 000000000000..1fc6ae1dc457 --- /dev/null +++ b/net/afpfs-ng/files/patch-lib__proto_files.c @@ -0,0 +1,19 @@ +--- lib/proto_files.c.orig 2008-02-18 03:46:18.000000000 +0000 ++++ lib/proto_files.c 2012-10-14 13:11:34.000000000 +0000 +@@ -8,11 +8,11 @@ + + #include <stdlib.h> + #include <string.h> +-#include "dsi.h" +-#include "afp.h" +-#include "utils.h" ++#include "afpfs-ng/dsi.h" ++#include "afpfs-ng/afp.h" ++#include "afpfs-ng/utils.h" + #include "dsi_protocol.h" +-#include "afp_protocol.h" ++#include "afpfs-ng/afp_protocol.h" + #include "afp_internal.h" + + /* afp_setfileparms, afp_setdirparms and afpsetfiledirparms are all remarkably +diff -Naur afpfs-ng-0.8.1.orig/lib/proto_fork.c afpfs-ng-0.8.1/lib/proto_fork.c |