Update of /cvsroot/libsysio/libsysio/src
In directory sc8-pr-cvs1:/tmp/cvs-serv20404
Modified Files:
Tag: RedStorm
open.c
Log Message:
ifdef on features.h
Index: open.c
===================================================================
RCS file: /cvsroot/libsysio/libsysio/src/open.c,v
retrieving revision 1.7.4.2
retrieving revision 1.7.4.3
diff -u -w -b -B -p -r1.7.4.2 -r1.7.4.3
--- open.c 26 Sep 2003 21:28:34 -0000 1.7.4.2
+++ open.c 26 Sep 2003 22:14:53 -0000 1.7.4.3
@@ -49,7 +49,9 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/queue.h>
+#ifdef ALPHA_LINUX
#include <features.h>
+#endif
#include "sysio.h"
#include "inode.h"
|