From: Paul Eggert Date: Fri, 30 Jul 2004 20:30:39 +0000 (+0000) Subject: makepath int cleanup X-Git-Tag: v5.3.0~995 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=294eb3b508bee38dfc7010e4b0fe60d0fb8f56d6;p=thirdparty%2Fcoreutils.git makepath int cleanup --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 6178a4f8f0..267cd96c2c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2004-07-30 Paul Eggert + + * makepath.h: Include . + (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 * modechange.c: Include .