summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-12-25 21:40:01 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-12-25 21:40:01 +0000
commit7cffc5f20eaa577093997c999268c8b6cef751b5 (patch)
tree3a05548c99a27ada18d4021dc0155b58d5cc670e /lib/ChangeLog
parentf7a0d076236e87ff0fed2c07d992f7da19c76c03 (diff)
downloadcoreutils-7cffc5f20eaa577093997c999268c8b6cef751b5.tar.xz
chdir-safer.c still needs unistd.h
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 83d6f1fd1..5770a0cc1 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -3,7 +3,7 @@
* chdir-safer.h (FCHMOD_SAFER_H): Remove: it was misnamed, and
wasn't needed anyay.
* chdir-safer.c (chdir_no_follow): Don't include stdio.h, assert.h,
- unistd.h, fcntl--.h; not needed.
+ fcntl--.h; not needed.
(O_DIRECTORY): Define if not already defined.
(chdir_no_follow): Revamp describing comment to match code more
closely. Redo use of internal vars to avoid lint complaints.