Get rid of -I include path of /usr/include/acl.

This commit is contained in:
Tim Shimmin
2001-06-13 01:49:41 +00:00
parent efff7486d9
commit 65e25a37d6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -38,7 +38,7 @@
#include "global.h"
#include <errno.h>
#include <acl.h>
#include <sys/acl.h>
char *prog;
int irixsemantics = 0;