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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 217426 - (hide annotations) (download)
Sat Mar 3 18:53:31 2012 UTC (12 years, 1 month ago) by anssi
File size: 488 byte(s)
initial Mageia package release
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