changeset 20189:6fb6e859132c

Use _POSIX_VERSION, not _POSIX_SOURCE.
author Jim Meyering <jim@meyering.net>
date Wed, 18 Oct 1995 15:57:50 +0000
parents c457177c42da
children c3022d5d077c
files lib/fileblocks.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/fileblocks.c	Wed Oct 18 14:31:14 1995 +0000
+++ b/lib/fileblocks.c	Wed Oct 18 15:57:50 1995 +0000
@@ -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>