summaryrefslogtreecommitdiff
path: root/lib/fileblocks.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-10-18 15:57:50 +0000
committerJim Meyering <jim@meyering.net>1995-10-18 15:57:50 +0000
commit1cde2ceb5c9404088c7be73dc1438b774a7709c4 (patch)
tree65e34b963e7ec3c471e1b74a3767b723fba562e7 /lib/fileblocks.c
parent539457f1ae28a703c72a60eb4d59b09af552f27e (diff)
downloadcoreutils-1cde2ceb5c9404088c7be73dc1438b774a7709c4.tar.xz
Use _POSIX_VERSION, not _POSIX_SOURCE.
Diffstat (limited to 'lib/fileblocks.c')
-rw-r--r--lib/fileblocks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fileblocks.c b/lib/fileblocks.c
index 83ac04fd6..e85bf17bc 100644
--- 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>