]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 29 Jun 2005 21:22:31 +0000 (21:22 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 29 Jun 2005 21:22:31 +0000 (21:22 +0000)
lib/ChangeLog

index a57dd6c35a58f99e974b3130c9976b6fb2528c3d..e250f057f4eeb09f755b574a195cc09f2e265680 100644 (file)
@@ -1,5 +1,8 @@
 2005-06-29  Jim Meyering  <jim@meyering.net>
 
+       * mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
+       type name.  Use the variable name instead.
+
        * xalloc.h (VERIFY_EXPR): Define.
        (X2REALLOC): New macro, to make using x2realloc a little safer.