Module Name: src
Committed By: christos
Date: Sun Jun 26 13:13:31 UTC 2011
Modified Files:
src/tests/net/carp: t_basic.c
Log Message:
fix fallout from including signal.h in rump_syscallargs.h
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/carp/t_basic.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/net/carp/t_basic.c
diff -u src/tests/net/carp/t_basic.c:1.4 src/tests/net/carp/t_basic.c:1.5
--- src/tests/net/carp/t_basic.c:1.4 Sun Nov 7 12:51:21 2010
+++ src/tests/net/carp/t_basic.c Sun Jun 26 09:13:31 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: t_basic.c,v 1.4 2010/11/07 17:51:21 jmmv Exp $ */
+/* $NetBSD: t_basic.c,v 1.5 2011/06/26 13:13:31 christos Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: t_basic.c,v 1.4 2010/11/07 17:51:21 jmmv Exp $");
+__RCSID("$NetBSD: t_basic.c,v 1.5 2011/06/26 13:13:31 christos Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -49,6 +49,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <signal.h>
#include "../config/netconfig.c"
#include "../../h_macros.h"