From dce9582d2ca06a6c50165014b21d95654541e8da Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 13 Sep 2003 22:01:20 +0000 Subject: Update from gnulib. --- lib/xgethostname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/xgethostname.c') diff --git a/lib/xgethostname.c b/lib/xgethostname.c index 60ee91a13..494571ee1 100644 --- a/lib/xgethostname.c +++ b/lib/xgethostname.c @@ -47,7 +47,7 @@ int gethostname (); If malloc fails, exit. Upon any other failure, return NULL. */ char * -xgethostname () +xgethostname (void) { char *hostname; size_t size; -- cgit v1.2.3-54-g00ecf