From 6cb9c6d36f17c964a7e5b56c5452178f0e3abdb4 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Wed, 1 Jul 2009 19:11:17 +0000 Subject: Fix breakage by obsolete _P() for good Signed-off-by: Blue Swirl --- slirp/ip_icmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slirp/ip_icmp.h') diff --git a/slirp/ip_icmp.h b/slirp/ip_icmp.h index 0330131..e793990 100644 --- a/slirp/ip_icmp.h +++ b/slirp/ip_icmp.h @@ -153,9 +153,9 @@ struct icmp { (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \ (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY) -void icmp_input _P((struct mbuf *, int)); +void icmp_input(struct mbuf *, int); void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize, const char *message); -void icmp_reflect _P((struct mbuf *)); +void icmp_reflect(struct mbuf *); #endif -- cgit v1.1