summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-05 03:55:48 +0000
committerJim Meyering <jim@meyering.net>2003-11-05 03:55:48 +0000
commitd675fc09bd7111885e5687cf20deac746e8f32c1 (patch)
tree657582bb3c55516a9c6118c6c6cd0d3530d4b448 /ChangeLog
parente3158db155a9705f20884bc2c09eaad8e6196b68 (diff)
downloadcoreutils-d675fc09bd7111885e5687cf20deac746e8f32c1.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f73f9322..582a7f040 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,8 @@
Similarly, cast NULL to `(char *)' in call to variadic function,
parse_long_options, so that it works even on systems for which
sizeof char* != sizeof int.
+ A similar problem was reported by Harti Brandt in
+ http://mail.gnu.org/archive/html/bug-gnu-utils/2003-10/msg00320.html.
* src/users.c (users): Free `utmp_buf' explicitly so that people
don't mistake this for a real leak.