projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33128a4
)
[_CRAY]: Don't include sys/filsys.h because although
author
Jim Meyering
<jim@meyering.net>
Thu, 23 May 1996 13:04:03 +0000
(13:04 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 23 May 1996 13:04:03 +0000
(13:04 +0000)
Unicos-9 has it, it's not needed and would cause other problems
because it requires inclusion of other, non-standard headers.
lib/fsusage.c
patch
|
blob
|
history
diff --git
a/lib/fsusage.c
b/lib/fsusage.c
index 8a60eb1a2b06e53a62194668d50d7a7b7dd658be..5260b9f80f33103123a8fe8f6d69d186cc01c5c2 100644
(file)
--- a/
lib/fsusage.c
+++ b/
lib/fsusage.c
@@
-37,7
+37,7
@@
int statfs ();
#include <sys/vfs.h>
#endif
-#if
def HAVE_SYS_FILSYS_H
+#if
defined(HAVE_SYS_FILSYS_H) && !defined(_CRAY)
#include <sys/filsys.h> /* SVR2. */
#endif