Move pid_t related decls out of lisp.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Sep 2012 22:25:22 +0000 (15:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Sep 2012 22:25:22 +0000 (15:25 -0700)
commitafea8a8abd2f9ffa46bc0434db70a571318383cf
treee95f7cd7f913a61e190738bb5403882d86976783
parent18e27ea822e42697a32a9757e7931004b86b1188
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.
src/ChangeLog
src/callproc.c
src/lisp.h
src/syswait.h