Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/dev/sysmon need signal.h for kill()



details:   https://anonhg.NetBSD.org/src/rev/4747591965ed
branches:  trunk
changeset: 766532:4747591965ed
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 26 12:14:59 2011 +0000

description:
need signal.h for kill()
this is why it was wrong for rump_syscalls.h to include this.

diffstat:

 tests/dev/sysmon/t_swwdog.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9a8eac0f82c8 -r 4747591965ed tests/dev/sysmon/t_swwdog.c
--- a/tests/dev/sysmon/t_swwdog.c       Sun Jun 26 10:20:41 2011 +0000
+++ b/tests/dev/sysmon/t_swwdog.c       Sun Jun 26 12:14:59 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_swwdog.c,v 1.4 2010/10/24 13:16:12 pgoyette Exp $    */
+/*     $NetBSD: t_swwdog.c,v 1.5 2011/06/26 12:14:59 christos Exp $    */
 
 /*
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -38,6 +38,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <signal.h>
 
 #include <rump/rump.h>
 #include <rump/rump_syscalls.h>



Home | Main Index | Thread Index | Old Index