From 7febef0246ed11000d66c2897f54b37073c3ed00 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 9 Jul 2000 07:26:44 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index dac9946b10..8644287deb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -2,6 +2,20 @@ * Most files: Update copyright dates to include 2000. +2000-07-08 Jim Meyering + + * xgethostname.c (ENAMETOOLONG): Define to an unlikely value + if not defined. + (xgethostname): Remove now-unnecessary #ifdef. + Move declaration of `err' into loop where it's used. + +2000-07-05 Bruno Haible + + * xgethostname.c (xgethostname): Protect against the SunOS5.5 bug + by allocating a larger buffer. Test the gethostname return value for + being >= 0, not == 0, for BeOS. Don't exhaust memory if gethostname + returns an error and ENAMETOOLONG isn't defined. + 2000-07-05 Paul Eggert and Bruno Haible -- 2.30.2