Move pid_t related decls out of lisp.h.
commitef7cd009d7491f4ee18ab82be08540430d2ec670
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Sep 2012 22:25:22 +0000 (23 15:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Sep 2012 22:25:22 +0000 (23 15:25 -0700)
treeb412d65b2f90d8587e5c881260624e3fd38cdf7a
parenteb6df8d09e93d1d316e9e1d84551f20d3dba61e9
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