xgethostname simplification
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Aug 2004 23:45:32 +0000 (23:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Aug 2004 23:45:32 +0000 (23:45 +0000)
ChangeLog
lib/ChangeLog
lib/xgethostname.c
modules/xgethostname

index 9960e62ca73f5272b3a2dcc64e8bdb25bfcf49fe..8bb8bc14a68f0d399fe97521bcff63473b2eb3ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        (configure.ac): Rename gl_SHA to gl_SHA1.
        (Include): sha.h -> sha1.h.
 
+2004-08-08  Simon Josefsson  <jas@extundo.com>
+
+       * modules/xgethostname (Depends-on): Remove exit and error (not
+       used).
+
 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
 
        More merge from coreutils.
index 6f64e7268459428213ad7d9f2d3aa9081b142556..194a6cc8f8cfaba2e240c96f2a18464b01f8de71 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-08  Simon Josefsson  <jas@extundo.com>
+
+       * xgethostname.c: Don't include error.h (not used).
+
 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        * xalloc-die.c: New files.
index 87e0ad9260cc2b9beceea4ea55d88b85d3884708..7b29176f2097ff58c9a5348f9a74723f200858ac 100644 (file)
@@ -33,7 +33,6 @@
 # include <unistd.h>
 #endif
 
-#include "error.h"
 #include "xalloc.h"
 
 #ifndef ENAMETOOLONG
index 07a90cdc16ed3215f3d545bdc368cc1de2fe5cca..840faf156e93d8ea0c94370c700d9b5cef33de2a 100644 (file)
@@ -8,8 +8,6 @@ lib/xgethostname.c
 Depends-on:
 gethostname
 xalloc
-error
-exit
 
 configure.ac: