summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-24 10:19:10 +0000
committerbde <bde@FreeBSD.org>2002-03-24 10:19:10 +0000
commit867fc1ed1cceb768a61213161aa1a6ae8b1b4dc7 (patch)
treed8015d788d425107d8581929edbf851b0947c775 /sys/netinet/ip_mroute.c
parent3a6e21a3250a1856706318c7ef6ebb85df2332ac (diff)
downloadFreeBSD-src-867fc1ed1cceb768a61213161aa1a6ae8b1b4dc7.zip
FreeBSD-src-867fc1ed1cceb768a61213161aa1a6ae8b1b4dc7.tar.gz
Fixed some style bugs in the removal of __P(()). Continuation lines
were not outdented to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting.
Diffstat (limited to 'sys/netinet/ip_mroute.c')
-rw-r--r--sys/netinet/ip_mroute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c
index 4847b6d..f9fa8cd 100644
--- a/sys/netinet/ip_mroute.c
+++ b/sys/netinet/ip_mroute.c
@@ -42,8 +42,8 @@
#ifndef MROUTING
extern u_long _ip_mcast_src(int vifi);
-extern int _ip_mforward(struct ip *ip, struct ifnet *ifp,
- struct mbuf *m, struct ip_moptions *imo);
+extern int _ip_mforward(struct ip *ip, struct ifnet *ifp, struct mbuf *m,
+ struct ip_moptions *imo);
extern int _ip_mrouter_done(void);
extern int _ip_mrouter_get(struct socket *so, struct sockopt *sopt);
extern int _ip_mrouter_set(struct socket *so, struct sockopt *sopt);
OpenPOWER on IntegriCloud