aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-23 15:25:22 -0700
committerPaul Eggert2012-09-23 15:25:22 -0700
commitafea8a8abd2f9ffa46bc0434db70a571318383cf (patch)
treee95f7cd7f913a61e190738bb5403882d86976783 /src/ChangeLog
parent18e27ea822e42697a32a9757e7931004b86b1188 (diff)
downloademacs-afea8a8abd2f9ffa46bc0434db70a571318383cf.tar.gz
emacs-afea8a8abd2f9ffa46bc0434db70a571318383cf.zip
Move pid_t related decls out of lisp.h.
* lisp.h, syswait.h (record_child_status_change, wait_for_termination) (interruptible_wait_for_termination): Move these decls from lisp.h to syswait.h, since they use pid_t. Needed on FreeBSD; see Herbert J. Skuhra in <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00571.html>. * callproc.c: Include syswait.h.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index edf77f55331..6cd3183f191 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12012-09-23 Paul Eggert <eggert@cs.ucla.edu> 12012-09-23 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Move pid_t related decls out of lisp.h.
4 * lisp.h, syswait.h (record_child_status_change, wait_for_termination)
5 (interruptible_wait_for_termination):
6 Move these decls from lisp.h to syswait.h, since they use pid_t.
7 Needed on FreeBSD; see Herbert J. Skuhra in
8 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00571.html>.
9 * callproc.c: Include syswait.h.
10
3 gnutls.c, gtkutil.c: Use bool for boolean. 11 gnutls.c, gtkutil.c: Use bool for boolean.
4 * gnutls.c (gnutls_global_initialized, init_gnutls_functions) 12 * gnutls.c (gnutls_global_initialized, init_gnutls_functions)
5 (emacs_gnutls_handle_error): 13 (emacs_gnutls_handle_error):