diff options
| author | Dan Nicolaescu | 2010-11-14 22:27:41 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-14 22:27:41 -0800 |
| commit | f0e1af4627caf44e4f57147c8901991c79b65ea1 (patch) | |
| tree | a59aec062235015f3d3c8ca57eae9ce43f84e53c /src/ChangeLog | |
| parent | c2f0866a23215457de561c2f10cebedb5c6aa38b (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-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. |