wrowe 01/06/06 12:56:59
Modified: test testoc.c
Log:
The test suite builds, once again. The sig arg to TerminateProcess in
win32's apr_proc_kill is pretty bogus, however.
Revision Changes Path
1.21 +4 -0 apr/test/testoc.c
Index: testoc.c
===================================================================
RCS file: /home/cvs/apr/test/testoc.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- testoc.c 2001/05/16 20:56:01 1.20
+++ testoc.c 2001/06/06 19:56:56 1.21
@@ -85,6 +85,10 @@
}
#endif
+#ifndef SIGKILL
+#define SIGKILL 1
+#endif
+
int main(int argc, char *argv[])
{
#if APR_HAS_OTHER_CHILD