]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 5 Nov 1996 04:47:40 +0000 (04:47 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 5 Nov 1996 04:47:40 +0000 (04:47 +0000)
old/sh-utils/ChangeLog

index 3fea070a215391f99da1a1f2c20bed1300286c94..86d89c6bd2f19d69d9655f07f5bc535ef8107b97 100644 (file)
@@ -1,5 +1,16 @@
 Mon Nov  4 20:24:31 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
+       Thu Oct 31 19:32:32 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+         * lib/xgethostname.c [ENAMETOOLONG] (xgethostname): If gethostname
+         returns an error other than buffer overflow, exit with an error
+         message instead of allocating infinite amounts of space.
+         [!EXIT_FAILURE] (EXIT_FAILURE): New macro.
+         <errno.h>: New include.
+         [!errno] (errno): New declaration.
+
+       * acinclude.m4 (AM_FUNC_GETLINE): Use cache.
+
        * configure.in: Check for -linet library before checking for the
        gethostbyname function.  Suggested by Karl Heuer.
        Use AM_FUNC_GETLINE.