Use _POSIX_VERSION, not _POSIX_SOURCE.
authorJim Meyering <jim@meyering.net>
Wed, 18 Oct 1995 15:57:50 +0000 (15:57 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 18 Oct 1995 15:57:50 +0000 (15:57 +0000)
lib/fileblocks.c

index 83ac04f..e85bf17 100644 (file)
@@ -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>