1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00

makepath int cleanup

This commit is contained in:
Paul Eggert
2004-07-30 20:30:39 +00:00
parent d087f16e7f
commit 294eb3b508
+8
View 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>.