Bugzilla – Bug 314419
mono/io-layer/processes.c missing include
Last modified: 2007-09-15 21:24:46 UTC
---- Reported by recht@netbsd.org 2004-04-17 06:16:09 MST ---- Description of Problem: mono/io-layer/processes.c needs to include <signal.h> to get the defintions of SIGKILL and SIGTERM. (At least on NetBSD.) Additional Information: Index: mono/io-layer/processes.c =================================================================== RCS file: /mono/mono/mono/io-layer/processes.c,v retrieving revision 1.21 diff -u -u -b -r1.21 processes.c --- mono/io-layer/processes.c 25 Mar 2004 23:45:40 -0000 1.21 +++ mono/io-layer/processes.c 17 Apr 2004 11:16:24 -0000 @@ -20,6 +20,7 @@ #include <errno.h> #include <sys/types.h> #include <unistd.h> +#include <signal.h> #include <mono/io-layer/wapi.h> #include <mono/io-layer/wapi-private.h> ---- Additional Comments From vargaz@freemail.hu 2004-04-17 11:12:12 MST ---- Fixed in CVS. Unknown bug field "cf_op_sys_details" encountered while moving bug <cf_op_sys_details>NetBSD 2.0_BETA i386</cf_op_sys_details> Unknown operating system other. Setting to default OS "Other".