]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix typo: down -> done.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Aug 2004 15:21:56 +0000 (15:21 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Aug 2004 15:21:56 +0000 (15:21 +0000)
lib/ChangeLog

index 267cd96c2c99316b793b56bce8cf9812d8c299e2..29133f2b63c6b44f6c78aaf2fe35812cf5466294 100644 (file)
@@ -1,7 +1,8 @@
 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.
+       (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.
        * euidaccess.c [!defined LIBC]: Included group-member.h, stat-macros.h.
        (S_IXUSR, S_IXGRP, S_IXOTH, S_IROTH, S_IWOTH, S_IXOTH):
        Remove; now done by stat-macros.h.
-       (NGROUPS_MAX, group_member): Remove; now down by group-member.h.
+       (NGROUPS_MAX, group_member): Remove; now done by group-member.h.
        No need to include <limits.h>.
        (errno): Remove decl; we now assume C89 or better.
        (access, getuid, getgid, geteuid, getegid, stat) [defined _LIBC]: