summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-30 07:33:55 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-30 07:33:55 +0000
commit21c907252bbcb771a89a9c9e2f5dea447f33927f (patch)
treeba7a51dff7df2350dbd4b4c1f0d4f40857cb0fc3
parent3068ea6b4d6f44d4bcceadf3c6b200d3053bf2cb (diff)
downloadcoreutils-21c907252bbcb771a89a9c9e2f5dea447f33927f.tar.xz
Don't bother mentioning _POSIX_VERSION in comment.
-rw-r--r--src/system.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/system.h b/src/system.h
index 5fb8e11e2..307f5ab5b 100644
--- a/src/system.h
+++ b/src/system.h
@@ -35,8 +35,6 @@ you must include <sys/types.h> before including this file
# include <sys/param.h>
#endif
-/* <unistd.h> should be included before any preprocessor test
- of _POSIX_VERSION. */
#if HAVE_UNISTD_H
# include <unistd.h>
#endif