Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/rump/rumpkern/h_client fix fallout from including sign...
details: https://anonhg.NetBSD.org/src/rev/099a73023a56
branches: trunk
changeset: 766537:099a73023a56
user: christos <christos%NetBSD.org@localhost>
date: Sun Jun 26 13:17:36 2011 +0000
description:
fix fallout from including signal.h in rump_syscallargs.h
diffstat:
tests/rump/rumpkern/h_client/h_stresscli.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8cf898eb46cb -r 099a73023a56 tests/rump/rumpkern/h_client/h_stresscli.c
--- a/tests/rump/rumpkern/h_client/h_stresscli.c Sun Jun 26 13:15:22 2011 +0000
+++ b/tests/rump/rumpkern/h_client/h_stresscli.c Sun Jun 26 13:17:36 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: h_stresscli.c,v 1.8 2011/01/12 12:32:53 pooka Exp $ */
+/* $NetBSD: h_stresscli.c,v 1.9 2011/06/26 13:17:36 christos Exp $ */
#include <sys/types.h>
#include <sys/atomic.h>
@@ -15,6 +15,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <signal.h>
#include <rump/rump_syscalls.h>
#include <rump/rumpclient.h>
Home |
Main Index |
Thread Index |
Old Index