summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-09-26 05:21:55 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-09-26 05:21:55 +0000
commit3d524d9ab22427cc063999e59c889a97b38686ab (patch)
tree0064125ca118d5d79a44be563ccbeb28c90d0002
parent1cd04b34dde6bd1d8d029bea9ffb76d2774de2ee (diff)
downloadcoreutils-3d524d9ab22427cc063999e59c889a97b38686ab.tar.xz
* .cvsignore: Add fchmodat.c.
-rw-r--r--lib/.cvsignore1
-rw-r--r--lib/ChangeLog4
2 files changed, 5 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore
index 29939bce5..139581b23 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 3aa2eeca6..0fde34e3e 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-25 Paul Eggert <eggert@cs.ucla.edu>
+
+ * .cvsignore: Add fchmodat.c.
+
2006-09-25 Jim Meyering <jim@meyering.net>
* fchmodat.c: Remove file. gnulib's copy is identical.