]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
makepath int cleanup
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Jul 2004 20:30:39 +0000 (20:30 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Jul 2004 20:30:39 +0000 (20:30 +0000)
lib/ChangeLog

index 6178a4f8f09c3273d720a03687cf80b04521624d..267cd96c2c99316b793b56bce8cf9812d8c299e2 100644 (file)
@@ -1,3 +1,11 @@
+2004-07-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * makepath.h: Include <stdbool.h>.
+       (make_path, make_dir): Use bool, not int, since we're not setting errno.
+       Use mode_t for modes, not int.  All uses changed.
+       * makepath.c: Likewise.
+       (errno): Remove decl; no longer needed since we assume C89.
+
 2004-07-29  Paul Eggert  <eggert@cs.ucla.edu>
 
        * modechange.c: Include <stdbool.h>.