diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-11 14:05:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-11 14:05:51 +0000 |
commit | df80970dd5bd7a84951cfe9c351a8725145f047b (patch) | |
tree | 79ab0c360dfc813ef8c66cf47da98489d8084b13 /lib | |
parent | a526befb04a0edd04ec494ee4451be383f24c10f (diff) | |
download | coreutils-df80970dd5bd7a84951cfe9c351a8725145f047b.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 3f909a69c..6b1b2be18 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,12 @@ 2003-04-11 Jim Meyering <jim@meyering.net> + * readutmp.c: Include <string.h> and <stdlib.h> unconditionally. + + * canonicalize.c, exclude.c, getgroups.c, getusershell.c: + * group-member.c, idcache.c, mountlist.c, readtokens.c, readutmp.c: + * bumpalloc.h: Remove anachronistic casts of xmalloc, xrealloc, + and xcalloc return values. + * xalloc.h (PARAMS): Remove definitions and uses. (XMALLOC, XCALLOC, XREALLOC): Remove unnecessary casts. |