chdir-safer.c still needs unistd.h
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Dec 2005 21:40:01 +0000 (21:40 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Dec 2005 21:40:01 +0000 (21:40 +0000)
lib/ChangeLog

index 83d6f1f..5770a0c 100644 (file)
@@ -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.