Don't include limits.h.

This commit is contained in:
Jim Meyering 1997-12-21 22:22:04 +00:00
parent 3c35aec120
commit 8cd5e17ab9
1 changed files with 1 additions and 3 deletions

View File

@ -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 ();