diff options
| author | Eli Zaretskii | 2000-09-01 13:50:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-09-01 13:50:50 +0000 |
| commit | f72adc12d5669d5cc64ff6539dc36e74afefb79d (patch) | |
| tree | f280aa91baf5f2ee89118e3092e30992e5dcfb93 /lib-src/ChangeLog | |
| parent | 38404229887345de92c7ab0da85a5d0f7aaaf585 (diff) | |
| download | emacs-f72adc12d5669d5cc64ff6539dc36e74afefb79d.tar.gz emacs-f72adc12d5669d5cc64ff6539dc36e74afefb79d.zip | |
(toplevel): Remove redundant <fcntl.h>. Provide definitions for F_OK
and friends only after including both fcntl.h and unistd.h: some
systems define them on unistd.h.
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 4baa7cd7ff4..890d3a77370 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-09-01 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * movemail.c (toplevel): Remove redundant fcnt.h. | ||
| 4 | [!F_OK]: Provide default definitions only after including both | ||
| 5 | fcntl.h and unistd.h. | ||
| 6 | |||
| 1 | 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il> | 7 | 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 8 | ||
| 3 | * Makefile.in (profile, make-docfile, hexl): Depend on config.h. | 9 | * Makefile.in (profile, make-docfile, hexl): Depend on config.h. |