projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
539457f
)
Use _POSIX_VERSION, not _POSIX_SOURCE.
author
Jim Meyering
<jim@meyering.net>
Wed, 18 Oct 1995 15:57:50 +0000
(15:57 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 18 Oct 1995 15:57:50 +0000
(15:57 +0000)
lib/fileblocks.c
patch
|
blob
|
history
diff --git
a/lib/fileblocks.c
b/lib/fileblocks.c
index 83ac04fd6e1a3da7cbee16f0807d469683fc3044..e85bf17bcaf9963348a9f6438c8a200682744ce8 100644
(file)
--- a/
lib/fileblocks.c
+++ b/
lib/fileblocks.c
@@
-21,7
+21,7
@@
#include <config.h>
#endif
-#if !defined (HAVE_ST_BLOCKS) && !defined(_POSIX_
SOURCE
)
+#if !defined (HAVE_ST_BLOCKS) && !defined(_POSIX_
VERSION
)
#include <sys/types.h>
#include <sys/param.h>