diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-21 22:20:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-21 22:20:17 +0000 |
commit | 37998fc5bd9db8b057a2481c6e3cdc31960ea628 (patch) | |
tree | 1b9577d4c75380dbdb3a8232dbfb93a65ca965ee | |
parent | 6123a888527ef69fc2ff91fe41e23558eac81a7e (diff) | |
download | coreutils-37998fc5bd9db8b057a2481c6e3cdc31960ea628.tar.xz |
Don't include limits.h.
These are all done in system.h now.
-rw-r--r-- | src/hostname.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hostname.c b/src/hostname.c index 024de972d..72fdaf67f 100644 --- a/src/hostname.c +++ b/src/hostname.c @@ -27,7 +27,6 @@ #if !defined(HAVE_SETHOSTNAME) && defined(HAVE_SYSINFO) && \ defined (HAVE_SYS_SYSTEMINFO_H) && defined(HAVE_LIMITS_H) -# include <limits.h> # include <sys/systeminfo.h> int |