summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.h
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/in_pcb.h
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/in_pcb.h')
-rw-r--r--sys/netinet/in_pcb.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index 36aaa07..74f3a94 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -321,9 +321,8 @@ struct inpcb *
in_pcblookup_local(struct inpcbinfo *,
struct in_addr, u_int, int);
struct inpcb *
- in_pcblookup_hash(struct inpcbinfo *,
- struct in_addr, u_int, struct in_addr, u_int,
- int, struct ifnet *);
+ in_pcblookup_hash(struct inpcbinfo *, struct in_addr, u_int,
+ struct in_addr, u_int, int, struct ifnet *);
void in_pcbnotifyall(struct inpcbhead *, struct in_addr,
int, void (*)(struct inpcb *, int));
void in_pcbrehash(struct inpcb *);
OpenPOWER on IntegriCloud