Module Name:    src
Committed By:   christos
Date:           Sun Jun 26 13:15:22 UTC 2011

Modified Files:
        src/tests/net/icmp: t_ping.c

Log Message:
fix fallout from including signal.h from rump_syscallargs.h


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/tests/net/icmp/t_ping.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/icmp/t_ping.c
diff -u src/tests/net/icmp/t_ping.c:1.13 src/tests/net/icmp/t_ping.c:1.14
--- src/tests/net/icmp/t_ping.c:1.13	Wed Jan  5 09:43:40 2011
+++ src/tests/net/icmp/t_ping.c	Sun Jun 26 09:15:22 2011
@@ -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>

Reply via email to