# HG changeset patch # User Paul Eggert # Date 1092095132 0 # Node ID 62a3f981826024cf0d10f59eea649de337d6733a # Parent 399a9e0a55bb4d81b7a2c34cec7c5ee893cae495 xgethostname simplification diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,11 @@ (configure.ac): Rename gl_SHA to gl_SHA1. (Include): sha.h -> sha1.h. +2004-08-08 Simon Josefsson + + * modules/xgethostname (Depends-on): Remove exit and error (not + used). + 2004-08-06 Paul Eggert More merge from coreutils. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2004-08-08 Simon Josefsson + + * xgethostname.c: Don't include error.h (not used). + 2004-08-08 Paul Eggert * xalloc-die.c: New files. diff --git a/lib/xgethostname.c b/lib/xgethostname.c --- a/lib/xgethostname.c +++ b/lib/xgethostname.c @@ -33,7 +33,6 @@ # include #endif -#include "error.h" #include "xalloc.h" #ifndef ENAMETOOLONG diff --git a/modules/xgethostname b/modules/xgethostname --- a/modules/xgethostname +++ b/modules/xgethostname @@ -8,8 +8,6 @@ Depends-on: gethostname xalloc -error -exit configure.ac: