Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/carp fix fallout from including signal.h in rump_s...
details: https://anonhg.NetBSD.org/src/rev/74e77fe9c8bf
branches: trunk
changeset: 766535:74e77fe9c8bf
user: christos <christos%NetBSD.org@localhost>
date: Sun Jun 26 13:13:31 2011 +0000
description:
fix fallout from including signal.h in rump_syscallargs.h
diffstat:
tests/net/carp/t_basic.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 0e34278dfa58 -r 74e77fe9c8bf tests/net/carp/t_basic.c
--- a/tests/net/carp/t_basic.c Sun Jun 26 13:08:08 2011 +0000
+++ b/tests/net/carp/t_basic.c Sun Jun 26 13:13:31 2011 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index