summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-02-20 16:33:11 +0000
committerJim Meyering <jim@meyering.net>2005-02-20 16:33:11 +0000
commit2b972d584b4b04e1a5e099ba72c6551d179d23a4 (patch)
tree4a91622ebc352fdea17cd732ad95e475bb0f83ac
parent84c616fa90166ec9ff0934b65b637d8423f63e2a (diff)
downloadcoreutils-2b972d584b4b04e1a5e099ba72c6551d179d23a4.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 881bcb57b..157b48dc1 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-21 Neil Conway <neilc@samurai.com>
+
+ * xgethostname.c (xgethostname): Check for ENOMEM, which is
+ returned by OSX/Darwin if the specified buffer is not large
+ enough for the hostname.
+
2005-02-20 Jim Meyering <jim@meyering.net>
More of the same.