From 05218a8c7e8bce40376951e903c01587662cfe08 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 18 May 2005 19:32:28 +0000 Subject: [PATCH] Remove test for HAVE_LIMITS_H; we can assume it's always true now. --- src/hostname.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hostname.c b/src/hostname.c index 470be2f..082c891 100644 --- a/src/hostname.c +++ b/src/hostname.c @@ -1,5 +1,5 @@ /* hostname - set or print the name of current host system - Copyright (C) 1994-1997, 1999-2004 Free Software Foundation, Inc. + Copyright (C) 1994-1997, 1999-2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,7 +38,7 @@ int sethostname (); #endif #if !defined(HAVE_SETHOSTNAME) && defined(HAVE_SYSINFO) && \ - defined (HAVE_SYS_SYSTEMINFO_H) && defined(HAVE_LIMITS_H) + defined (HAVE_SYS_SYSTEMINFO_H) # include int -- 2.7.4