diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-01 19:44:43 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-01 19:44:43 +0000 |
commit | 8251826ef0a321fcf647ea1d1df13e9139e465ef (patch) | |
tree | 1a94afaf3f92fb068aa05fd92c03f017f251575a /lib | |
parent | 93c30a24c4fb8febda104090d5acec1f59a5a15f (diff) | |
download | coreutils-8251826ef0a321fcf647ea1d1df13e9139e465ef.tar.xz |
Update to match current gnulib.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.cvsignore | 5 | ||||
-rw-r--r-- | lib/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index c20212d3d..c603e3a65 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -70,6 +70,8 @@ exitfail.h fchown-stub.c fcntl--.h fcntl-safer.h +fcntl.h +fcntl_.h fd-safer.c file-type.c file-type.h @@ -150,6 +152,9 @@ intprops.h inttostr.c inttostr.h inttypes.h +inttypes_.h +isapipe.c +isapipe.h lchmod.h lchown.c lchown.h diff --git a/lib/ChangeLog b/lib/ChangeLog index 0949be269..ee67a04b0 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-09-01 Paul Eggert <eggert@cs.ucla.edu> + + * .cvsignore: Add fcntl.h, fcntl_.h, inttypes_.h, isapipe.c, + isapipe.h. + 2006-08-25 Paul Eggert <eggert@cs.ucla.edu> * euidaccess-stat.c: Include <config.h> unconditionally, since |