comparison src/sysdep.c @ 90228:fa0da9b57058

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 542-553) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 116-121) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 19 Sep 2005 10:20:33 +0000
parents 10fe5fadaf89 52cdcffb8710
children ee12d75eb214
comparison
equal deleted inserted replaced
90227:10fe5fadaf89 90228:fa0da9b57058
47 #endif 47 #endif
48 48
49 #include "blockinput.h" 49 #include "blockinput.h"
50 50
51 #ifdef MAC_OS8 51 #ifdef MAC_OS8
52 /* It is essential to include stdlib.h so that this file picks up 52 #include <sys/param.h>
53 the correct definitions of rand, srand, and RAND_MAX.
54 Otherwise random numbers will not work correctly. */
55 #include <stdlib.h>
56 53
57 #ifndef subprocesses 54 #ifndef subprocesses
58 /* Nonzero means delete a process right away if it exits (process.c). */ 55 /* Nonzero means delete a process right away if it exits (process.c). */
59 static int delete_exited_processes; 56 static int delete_exited_processes;
60 #endif 57 #endif