From: Jim Meyering Date: Wed, 29 Jun 2005 21:24:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~444 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2915239d7138a200b4b0fae373a32aeddc5eea6;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index e250f057f4..ba9777c1e8 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -2,6 +2,7 @@ * mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded type name. Use the variable name instead. + * idcache.c (getuser, getuidbyname, getgroup, getgidbyname): Likewise. * xalloc.h (VERIFY_EXPR): Define. (X2REALLOC): New macro, to make using x2realloc a little safer.