changeset 498:89a4657bb64a

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