diff options
Diffstat (limited to 'abs/extra/community/afpfs-ng/21-header-path-fix.patch')
-rw-r--r-- | abs/extra/community/afpfs-ng/21-header-path-fix.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/abs/extra/community/afpfs-ng/21-header-path-fix.patch b/abs/extra/community/afpfs-ng/21-header-path-fix.patch deleted file mode 100644 index fe79b1f..0000000 --- a/abs/extra/community/afpfs-ng/21-header-path-fix.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Ensure internal headers are picked instead of system headers. -Origin: http://anonscm.debian.org/gitweb/?p=collab-maint/afpfs-ng.git;a=blob;f=debian/patches/header-path-fix.patch - ---- a/include/afpfs-ng/afp.h -+++ b/include/afpfs-ng/afp.h -@@ -7,8 +7,8 @@ - #include <netdb.h> - #include <sys/statvfs.h> - #include <pwd.h> --#include <afpfs-ng/afp_protocol.h> --#include <afpfs-ng/libafpclient.h> -+#include "afp_protocol.h" -+#include "libafpclient.h" - #include <sys/types.h> - #include <sys/stat.h> - #include <unistd.h> |