Update of /cvsroot/libsysio/libsysio
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12024
Modified Files:
Rules.make
Log Message:
From Kevin Pedretti; Previous change broke builds with --with-lustre-hack.
Changed the X/Open source define to 600 from 500 in order to get definitions
of F_GETOWN and F_SETOWN in fcntl.c
Index: Rules.make
===================================================================
RCS file: /cvsroot/libsysio/libsysio/Rules.make,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -b -B -p -r1.7 -r1.8
--- Rules.make 3 Jul 2004 05:47:12 -0000 1.7
+++ Rules.make 6 Jul 2004 14:01:03 -0000 1.8
@@ -14,6 +14,6 @@ endif
DEV_CPPFLAGS = $(STDFD_DEV_CPPFLAGS)
AM_CPPFLAGS = \
- -D_POSIX_C_SOURCE=199506L -D_XOPEN_SOURCE=500 \
+ -D_POSIX_C_SOURCE=199506L -D_XOPEN_SOURCE=600 \
$(AUTOMOUNT) $(ZERO_SUM_MEMORY) $(DEV_CPPFLAGS) $(SOCKETS_CPPFLAGS) \
-I$(top_srcdir)/include
|