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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user