projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3858d01
)
Don't include limits.h.
author
Jim Meyering
<jim@meyering.net>
Sun, 21 Dec 1997 22:22:04 +0000
(22:22 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 21 Dec 1997 22:22:04 +0000
(22:22 +0000)
src/su.c
patch
|
blob
|
history
diff --git
a/src/su.c
b/src/su.c
index
bd3c5b8
..
f0e0dd2
100644
(file)
--- 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 ();