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

Annotation of /cauldron/afpfs-ng/pristine/SOURCES/header-path-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 502631 - (hide annotations) (download)
Thu Oct 17 22:30:40 2013 UTC (10 years, 6 months ago) by schedbot
File size: 488 byte(s)
Copying release 0.8.1-3.mga4 to pristine/ directory.
1 anssi 217426 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