From: Jim Meyering Date: Sat, 13 Sep 2003 10:20:45 +0000 (+0000) Subject: Include exit.h. X-Git-Tag: v5.1.0~657 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e151df91d8edae21780b54f8a59eb05013d8dfd8;p=thirdparty%2Fcoreutils.git Include exit.h. Remove; now done by exit.h --- diff --git a/lib/xgethostname.c b/lib/xgethostname.c index 5178784bac..60ee91a134 100644 --- a/lib/xgethostname.c +++ b/lib/xgethostname.c @@ -30,16 +30,13 @@ extern int errno; #endif #include "error.h" +#include "exit.h" #include "xalloc.h" #ifndef ENAMETOOLONG # define ENAMETOOLONG 9999 #endif -#ifndef EXIT_FAILURE -# define EXIT_FAILURE 1 -#endif - int gethostname (); #ifndef INITIAL_HOSTNAME_LENGTH