diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-30 07:33:55 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-30 07:33:55 +0000 |
commit | 21c907252bbcb771a89a9c9e2f5dea447f33927f (patch) | |
tree | ba7a51dff7df2350dbd4b4c1f0d4f40857cb0fc3 /src | |
parent | 3068ea6b4d6f44d4bcceadf3c6b200d3053bf2cb (diff) | |
download | coreutils-21c907252bbcb771a89a9c9e2f5dea447f33927f.tar.xz |
Don't bother mentioning _POSIX_VERSION in comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/system.h | 2 |
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 |