1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-15 16:26:01 +02:00

Include exit.h.

Remove; now done by exit.h
This commit is contained in:
Jim Meyering
2003-09-13 10:20:45 +00:00
parent 3da69c62ed
commit e151df91d8

View 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