mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Get rid of -I include path of /usr/include/acl.
This commit is contained in:
@@ -46,7 +46,7 @@ LIBGDBM = @libgdbm@
|
||||
LIBUUID = @libuuid@
|
||||
LIBHANDLE = @libhdl@
|
||||
HAVE_DB = @have_db@
|
||||
CPPFLAGS = -I/usr/include/xfs -I/usr/include/attr -I/usr/include/acl
|
||||
CPPFLAGS = -I/usr/include/xfs -I/usr/include/attr
|
||||
|
||||
BUILDRULES = $(TOPDIR)/include/buildrules
|
||||
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <acl.h>
|
||||
#include <sys/acl.h>
|
||||
|
||||
char *prog;
|
||||
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@
|
||||
#include "global.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <acl.h>
|
||||
#include <sys/acl.h>
|
||||
|
||||
char *prog;
|
||||
int irixsemantics = 0;
|
||||
|
||||
Reference in New Issue
Block a user