Mercurial > emacs
diff src/ChangeLog @ 111546:32e6d2b445ce
* src/process.c: Include <sys/ioctl.h> unconditionally,
keyboard.c already does it.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Sun, 14 Nov 2010 22:27:41 -0800 |
| parents | a112abc60888 |
| children | 876a7947c90d |
line wrap: on
line diff
--- a/src/ChangeLog Sun Nov 14 22:18:50 2010 -0800 +++ b/src/ChangeLog Sun Nov 14 22:27:41 2010 -0800 @@ -1,5 +1,8 @@ 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> + * process.c: Include <sys/ioctl.h> unconditionally, + keyboard.c already does it. + * keyboard.c (pending_malloc_warning): Add const to match definition in alloc.c. (Fset_input_interrupt_mode): Simplify #ifdefs.
