/[packages]/cauldron/afpfs-ng/current/SOURCES/header-path-fix.patch
ViewVC logotype

Contents of /cauldron/afpfs-ng/current/SOURCES/header-path-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (show annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (11 years, 2 months ago) by pterjan
File size: 488 byte(s)
oops
1 Description: Ensure internal headers are picked instead of system headers.
2 Origin: http://anonscm.debian.org/gitweb/?p=collab-maint/afpfs-ng.git;a=blob;f=debian/patches/header-path-fix.patch
3
4 --- a/include/afp.h
5 +++ b/include/afp.h
6 @@ -7,8 +7,8 @@
7 #include <netdb.h>
8 #include <sys/statvfs.h>
9 #include <pwd.h>
10 -#include <afp_protocol.h>
11 -#include <libafpclient.h>
12 +#include "afp_protocol.h"
13 +#include "libafpclient.h"
14 #include <sys/types.h>
15 #include <sys/stat.h>
16 #include <unistd.h>

  ViewVC Help
Powered by ViewVC 1.1.30