aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-11-15 09:11:08 -0800
committerDan Nicolaescu2010-11-15 09:11:08 -0800
commit678029433d360cf1e5a95de28168b69ed1c6f9a7 (patch)
tree474205488563f247529293648bd35311ed2d73f8 /src/ChangeLog
parent84992dff60e450d1c81283fac2b77294e8ad7755 (diff)
downloademacs-678029433d360cf1e5a95de28168b69ed1c6f9a7.tar.gz
emacs-678029433d360cf1e5a95de28168b69ed1c6f9a7.zip
* src/callproc.c (child_setup): Reorder code to simplify #ifdefs.
No code changes.
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 912e9ae27cd..49c179aeb46 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 * callproc.c (child_setup): Reorder code to simplify #ifdefs.
4 No code changes.
5
3 * process.c: Include <sys/ioctl.h> unconditionally, 6 * process.c: Include <sys/ioctl.h> unconditionally,
4 keyboard.c already does it. 7 keyboard.c already does it.
5 8