summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_input.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-01-08 19:08:58 +0000
committerobrien <obrien@FreeBSD.org>2008-01-08 19:08:58 +0000
commit7eb385c2d8022032727eafe8b8ff36a386939680 (patch)
treed9335ae78e47a37df14a6c5d97fdd67c6c4b04d0 /sys/netinet6/ip6_input.c
parent93c568d8f70f934f4bc54b2f1e2e8d8773b75926 (diff)
downloadFreeBSD-src-7eb385c2d8022032727eafe8b8ff36a386939680.zip
FreeBSD-src-7eb385c2d8022032727eafe8b8ff36a386939680.tar.gz
un-__P()
Diffstat (limited to 'sys/netinet6/ip6_input.c')
-rw-r--r--sys/netinet6/ip6_input.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c
index acf1d2d..c15b962 100644
--- a/sys/netinet6/ip6_input.c
+++ b/sys/netinet6/ip6_input.c
@@ -130,11 +130,11 @@ struct pfil_head inet6_pfil_hook;
struct ip6stat ip6stat;
-static void ip6_init2 __P((void *));
-static struct ip6aux *ip6_setdstifaddr __P((struct mbuf *, struct in6_ifaddr *));
-static int ip6_hopopts_input __P((u_int32_t *, u_int32_t *, struct mbuf **, int *));
+static void ip6_init2(void *);
+static struct ip6aux *ip6_setdstifaddr(struct mbuf *, struct in6_ifaddr *);
+static int ip6_hopopts_input(u_int32_t *, u_int32_t *, struct mbuf **, int *);
#ifdef PULLDOWN_TEST
-static struct mbuf *ip6_pullexthdr __P((struct mbuf *, size_t, int));
+static struct mbuf *ip6_pullexthdr(struct mbuf *, size_t, int);
#endif
/*
OpenPOWER on IntegriCloud