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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1797827 - (show annotations) (download)
Fri Mar 18 02:55:25 2022 UTC (2 years ago) by schedbot
File size: 488 byte(s)
Copying release 0.8.1-14.mga9 to pristine/ directory.
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