aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-11-14 22:27:41 -0800
committerDan Nicolaescu2010-11-14 22:27:41 -0800
commitf0e1af4627caf44e4f57147c8901991c79b65ea1 (patch)
treea59aec062235015f3d3c8ca57eae9ce43f84e53c /src/ChangeLog
parentc2f0866a23215457de561c2f10cebedb5c6aa38b (diff)
downloademacs-f0e1af4627caf44e4f57147c8901991c79b65ea1.tar.gz
emacs-f0e1af4627caf44e4f57147c8901991c79b65ea1.zip
* src/process.c: Include <sys/ioctl.h> unconditionally,
keyboard.c already does it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bef5242c9cb..912e9ae27cd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12010-11-15 Dan Nicolaescu <dann@ics.uci.edu> 12010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * process.c: Include <sys/ioctl.h> unconditionally,
4 keyboard.c already does it.
5
3 * keyboard.c (pending_malloc_warning): Add const to match 6 * keyboard.c (pending_malloc_warning): Add const to match
4 definition in alloc.c. 7 definition in alloc.c.
5 (Fset_input_interrupt_mode): Simplify #ifdefs. 8 (Fset_input_interrupt_mode): Simplify #ifdefs.