From: Paul Eggert Date: Tue, 26 Sep 2006 05:21:55 +0000 (+0000) Subject: * .cvsignore: Add fchmodat.c. X-Git-Tag: v6.3~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d524d9ab22427cc063999e59c889a97b38686ab;p=thirdparty%2Fcoreutils.git * .cvsignore: Add fchmodat.c. --- diff --git a/lib/.cvsignore b/lib/.cvsignore index 29939bce5a..139581b239 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -67,6 +67,7 @@ exclude.h exit.h exitfail.c exitfail.h +fchmodat.c fchown-stub.c fcntl--.h fcntl-safer.h diff --git a/lib/ChangeLog b/lib/ChangeLog index 3aa2eeca6a..0fde34e3e9 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-09-25 Paul Eggert + + * .cvsignore: Add fchmodat.c. + 2006-09-25 Jim Meyering * fchmodat.c: Remove file. gnulib's copy is identical.