diff options
| author | Paul Eggert | 2011-01-09 00:12:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-09 00:12:35 -0800 |
| commit | 4004364e6777a1ed2c3e2c0fdf9fed871b186ac3 (patch) | |
| tree | 44d96204ce5ebd144662234e6185d542838be9d1 /lib-src/ChangeLog | |
| parent | 613f7bda1d003048ad79e7c4bba744e5057d609e (diff) | |
| download | emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip | |
Include <unistd.h> unilaterally.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index cdceff66db4..df9f176270b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2011-01-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-01-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Include <unistd.h> unilaterally. | ||
| 4 | * emacsclient.c, etags.c, fakemail.c, make-docfile.c, movemail.c: | ||
| 5 | * pop.c, test-distrib.c, update-game-score.c: | ||
| 6 | Include <unistd.h> without worrying about HAVE_UNISTD_H, since | ||
| 7 | unistd.h is always present now, possibly supplied by gnulib. | ||
| 8 | |||
| 3 | Include <getopt.h> not "getopt.h". | 9 | Include <getopt.h> not "getopt.h". |
| 4 | * ebrowse.c, emacsclient.c: Include <getopt.h>, not "getopt.h". | 10 | * ebrowse.c, emacsclient.c: Include <getopt.h>, not "getopt.h". |
| 5 | Since getopt.h is no longer in this directory, there's no point | 11 | Since getopt.h is no longer in this directory, there's no point |