summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-21 22:22:04 +0000
committerJim Meyering <jim@meyering.net>1997-12-21 22:22:04 +0000
commit239125152797764748f3a3b65805d44cfd2a7536 (patch)
tree21fa418877fec7b5ce166ebeacb0376eb1bbfb21
parent3858d011332c765921d2a4711815ba37d0e5806c (diff)
downloadcoreutils-239125152797764748f3a3b65805d44cfd2a7536.tar.xz
Don't include limits.h.
-rw-r--r--src/su.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/su.c b/src/su.c
index bd3c5b808..f0e0dd206 100644
--- a/src/su.c
+++ b/src/su.c
@@ -93,9 +93,7 @@
# undef SYSLOG_NON_ROOT
#endif
-#ifdef _POSIX_VERSION
-# include <limits.h>
-#else /* not _POSIX_VERSION */
+#ifndef _POSIX_VERSION
struct passwd *getpwuid ();
struct group *getgrgid ();
uid_t getuid ();