summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-13 08:44:39 +0000
committerJim Meyering <jim@meyering.net>2003-07-13 08:44:39 +0000
commitca08290d8b8822c65eea1b20f60c00180c34d200 (patch)
treea93da6e804b43621eb96c63a52f511cd7142d762 /lib
parent5ef577f0e77f401122fb228e6547e9da92ca958f (diff)
downloadcoreutils-ca08290d8b8822c65eea1b20f60c00180c34d200.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 1843b4a6f..e100ac983 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,7 +1,8 @@
2003-07-13 Jim Meyering <jim@meyering.net>
- * xgethostname.c (xgethostname): Return NULL, rather than exiting,
- upon any non-malloc/realloc error.
+ * xgethostname.c: Include <stdlib.h> for declaration of free.
+ (xgethostname): Return NULL, rather than exiting, upon any
+ non-malloc/realloc error.
2003-07-12 Jim Meyering <jim@meyering.net>