]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include exit.h.
authorJim Meyering <jim@meyering.net>
Sat, 13 Sep 2003 10:20:45 +0000 (10:20 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Sep 2003 10:20:45 +0000 (10:20 +0000)
Remove; now done by exit.h

lib/xgethostname.c

index 5178784baca5bffa889d7db3078a65f0b3f405e0..60ee91a134cdd8757ad877e029b5e76810358ddc 100644 (file)
@@ -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