summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.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/udp_usrreq.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/udp_usrreq.c')
-rw-r--r--sys/netinet/udp_usrreq.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c
index 6a09dcd..79ada7f 100644
--- a/sys/netinet/udp_usrreq.c
+++ b/sys/netinet/udp_usrreq.c
@@ -126,15 +126,15 @@ struct udp_ip6 {
} udp_ip6;
#endif /* INET6 */
-static void udp_append(struct inpcb *last, struct ip *ip,
- struct mbuf *n, int off);
+static void udp_append(struct inpcb *last, struct ip *ip, struct mbuf *n,
+ int off);
#ifdef INET6
static void ip_2_ip6_hdr(struct ip6_hdr *ip6, struct ip *ip);
#endif
static int udp_detach(struct socket *so);
static int udp_output(struct inpcb *, struct mbuf *, struct sockaddr *,
- struct mbuf *, struct thread *);
+ struct mbuf *, struct thread *);
void
udp_init()
OpenPOWER on IntegriCloud