diff options
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 |