aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-08-20 23:11:50 -0700
committerPaul Eggert2013-08-20 23:11:50 -0700
commitf035e3a91c7fc311c7aec170ca93faae40818b3f (patch)
tree2b4d23d42e01bdc67df4683ccc242d349115400c /ChangeLog
parent0d7c1e66ffad14f76fbd226d50113a61c738806c (diff)
downloademacs-f035e3a91c7fc311c7aec170ca93faae40818b3f.tar.gz
emacs-f035e3a91c7fc311c7aec170ca93faae40818b3f.zip
Port close-on-exec pty creation to FreeBSD 9.1-RELEASE.
* configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails and reports EINVAL, try it again without O_CLOEXEC. This should port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC. What were they thinking? Fixes: debbugs:15129
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a86343b0953..161069800a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
12013-08-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
4 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
5 and reports EINVAL, try it again without O_CLOEXEC. This should
6 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
7 What were they thinking?
8
12013-08-20 Paul Eggert <eggert@cs.ucla.edu> 92013-08-20 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 * Makefile.in (distclean, bootstrap-clean, maintainer-clean): 11 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):