diff options
author | Jim Meyering <jim@meyering.net> | 2003-11-05 03:55:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-11-05 03:55:48 +0000 |
commit | d675fc09bd7111885e5687cf20deac746e8f32c1 (patch) | |
tree | 657582bb3c55516a9c6118c6c6cd0d3530d4b448 /ChangeLog | |
parent | e3158db155a9705f20884bc2c09eaad8e6196b68 (diff) | |
download | coreutils-d675fc09bd7111885e5687cf20deac746e8f32c1.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |