summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.