aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-09 21:49:46 -0400
committerGlenn Morris2012-07-09 21:49:46 -0400
commitaf6e839f9fadf33b22c145d3103f6e3d9656e804 (patch)
treed2428f21e1a59ea8600eb712409466b6cb42d56a /src/ChangeLog
parent40289a1294e55cda1430474669bce34096e4e08f (diff)
downloademacs-af6e839f9fadf33b22c145d3103f6e3d9656e804.tar.gz
emacs-af6e839f9fadf33b22c145d3103f6e3d9656e804.zip
* src/s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
We include usg5-4-common.h, which defines them both.
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 754f0caf9db..3b7038ffe49 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-07-10 Glenn Morris <rgm@gnu.org> 12012-07-10 Glenn Morris <rgm@gnu.org>
2 2
3 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
4 We include usg5-4-common.h, which defines them both.
5
3 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses 6 * s/gnu.h: Don't include fcntl.h (every file in Emacs that uses
4 O_RDONLY already includes it). 7 O_RDONLY already includes it).
5 8