Mercurial > emacs
diff src/ChangeLog @ 110734:72f46bad930c
Include <fcntl.h> unconditionally.
* src/termcap.c:
* src/sysdep.c:
* src/lread.c:
* src/keyboard.c:
* src/filelock.c:
* src/fileio.c:
* src/doc.c:
* src/callproc.c:
* src/alloc.c: Remove include guards for <fcntl.h>, process.c already
does it.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 03 Oct 2010 08:19:34 -0700 |
parents | 00fad82e2b50 |
children | 4dfed46bce9a |
line wrap: on
line diff
--- a/src/ChangeLog Sun Oct 03 17:09:11 2010 +0200 +++ b/src/ChangeLog Sun Oct 03 08:19:34 2010 -0700 @@ -1,5 +1,17 @@ 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu> + Include <fcntl.h> unconditionally. + * termcap.c: + * sysdep.c: + * lread.c: + * keyboard.c: + * filelock.c: + * fileio.c: + * doc.c: + * callproc.c: + * alloc.c: Remove include guards for <fcntl.h>, process.c already + does it. + * process.c: Do not include <sys/wait.h>, syswait.h does it. * sysdep.c (flush_pending_output): Remove code, does not do