Bug 314419 (MONO57168) - mono/io-layer/processes.c missing include
Summary: mono/io-layer/processes.c missing include
Status: RESOLVED FIXED
Alias: MONO57168
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords: build, patch
Depends on:
Blocks:
 
Reported: 2004-04-17 13:16 UTC by Marc Recht
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:34:18 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".