aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9ea2adddc65..c535c2fc64a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
12010-10-03 Dan Nicolaescu <dann@ics.uci.edu> 12010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 Include <fcntl.h> unconditionally.
4 * termcap.c:
5 * sysdep.c:
6 * lread.c:
7 * keyboard.c:
8 * filelock.c:
9 * fileio.c:
10 * doc.c:
11 * callproc.c:
12 * alloc.c: Remove include guards for <fcntl.h>, process.c already
13 does it.
14
3 * process.c: Do not include <sys/wait.h>, syswait.h does it. 15 * process.c: Do not include <sys/wait.h>, syswait.h does it.
4 16
5 * sysdep.c (flush_pending_output): Remove code, does not do 17 * sysdep.c (flush_pending_output): Remove code, does not do