Source-Changes-HG archive

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

[src/trunk]: src/tests/net/icmp fix fallout from including signal.h from rump...



details:   https://anonhg.NetBSD.org/src/rev/8cf898eb46cb
branches:  trunk
changeset: 766536:8cf898eb46cb
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 26 13:15:22 2011 +0000

description:
fix fallout from including signal.h from rump_syscallargs.h

diffstat:

 tests/net/icmp/t_ping.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 74e77fe9c8bf -r 8cf898eb46cb tests/net/icmp/t_ping.c
--- a/tests/net/icmp/t_ping.c   Sun Jun 26 13:13:31 2011 +0000
+++ b/tests/net/icmp/t_ping.c   Sun Jun 26 13:15:22 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_ping.c,v 1.13 2011/01/05 14:43:40 martin Exp $       */
+/*     $NetBSD: t_ping.c,v 1.14 2011/06/26 13:15:22 christos Exp $     */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: t_ping.c,v 1.13 2011/01/05 14:43:40 martin Exp $");
+__RCSID("$NetBSD: t_ping.c,v 1.14 2011/06/26 13:15:22 christos Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -44,6 +44,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <signal.h>
 
 #include <netinet/in.h>
 #include <netinet/ip_var.h>



Home | Main Index | Thread Index | Old Index