summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-07-01 20:31:16 +0000
committerJim Meyering <jim@meyering.net>2005-07-01 20:31:16 +0000
commite0331d4ce0ee485824e859624f3ec6f292356991 (patch)
treea547aa40a4e0fba561b28b9591e22520c62e4506 /src/system.h
parentadeb8b26fb5298a655bdf25d7722fd77227e1b21 (diff)
downloadcoreutils-e0331d4ce0ee485824e859624f3ec6f292356991.tar.xz
Assume HAVE_FCNTL_H (i.e., include <fcntl.h>
unconditionally, and don't include <sys/file.h>).
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/system.h b/src/system.h
index b5caf0d06..1af6e82ff 100644
--- a/src/system.h
+++ b/src/system.h
@@ -158,11 +158,7 @@ initialize_exit_failure (int status)
exit_failure = status;
}
-#if HAVE_FCNTL_H
-# include <fcntl.h>
-#else
-# include <sys/file.h>
-#endif
+#include <fcntl.h>
#if !defined SEEK_SET
# define SEEK_SET 0