diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-05 04:47:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-05 04:47:40 +0000 |
commit | 138d155fb868525bd9bf3a91ace75b80503bfd05 (patch) | |
tree | e29bf318280851628c8c56325e6a290b2847bd65 | |
parent | 4d091498a4075bd6a91e7374dc569fd6ee00aaa8 (diff) | |
download | coreutils-138d155fb868525bd9bf3a91ace75b80503bfd05.tar.xz |
.
-rw-r--r-- | old/sh-utils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 3fea070a2..86d89c6bd 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -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. |