summaryrefslogtreecommitdiffstats
path: root/login-utils
diff options
context:
space:
mode:
authorJim Meyering1997-12-21 23:22:04 +0100
committerJim Meyering1997-12-21 23:22:04 +0100
commit8cd5e17ab9f4c12f68b7c843ea6a4ed19ce8f2d0 (patch)
treec5d1416e040b8319acc1229b5d11ad1b6c63693c /login-utils
parentuse NULL, '\0' instead of zeroes (diff)
downloadkernel-qcow2-util-linux-8cd5e17ab9f4c12f68b7c843ea6a4ed19ce8f2d0.tar.gz
kernel-qcow2-util-linux-8cd5e17ab9f4c12f68b7c843ea6a4ed19ce8f2d0.tar.xz
kernel-qcow2-util-linux-8cd5e17ab9f4c12f68b7c843ea6a4ed19ce8f2d0.zip
Don't include limits.h.
Diffstat (limited to 'login-utils')
-rw-r--r--login-utils/su.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/login-utils/su.c b/login-utils/su.c
index bd3c5b808..f0e0dd206 100644
--- a/login-utils/su.c
+++ b/login-utils/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 ();