diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-30 00:42:06 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-30 00:42:06 +0000 |
commit | 37986655cfff5773db7d3c5374c88584e8e4ca2a (patch) | |
tree | 49f6b7567ad8f882dc6e8813f0e11fad59dd8bb0 /lib | |
parent | f7ecea33e4070bc5c65e531a07802ec3aed4f07d (diff) | |
download | coreutils-37986655cfff5773db7d3c5374c88584e8e4ca2a.tar.xz |
* .cvsignore: Add openat-proc.c.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.cvsignore | 1 | ||||
-rw-r--r-- | lib/ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index 139581b23..dbc2b83fc 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -209,6 +209,7 @@ offtostr.c open-safer.c openat-die.c openat-priv.h +openat-proc.c openat.c openat.h pathmax.h diff --git a/lib/ChangeLog b/lib/ChangeLog index 0fde34e3e..a74ee151d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-09-29 Paul Eggert <eggert@cs.ucla.edu> + + * .cvsignore: Add openat-proc.c. + 2006-09-25 Paul Eggert <eggert@cs.ucla.edu> * .cvsignore: Add fchmodat.c. |