diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2020-06-21 05:14:05 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2020-06-21 05:14:05 +0000 |
commit | 8b28788d4d540bc2266651fb21d930e19efc54b1 (patch) | |
tree | 8eccaa27d2559e75330f9fd01c93c7711309b819 /sys | |
parent | dd782ec31501c837b0adb1f98b4d5f1fed0f84e3 (diff) |
knf: the inp_upcall line was too long.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/in_pcb.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index 36212bd332a..4c7ae3fd18f 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in_pcb.h,v 1.119 2020/06/21 05:12:06 dlg Exp $ */ +/* $OpenBSD: in_pcb.h,v 1.120 2020/06/21 05:14:04 dlg Exp $ */ /* $NetBSD: in_pcb.h,v 1.14 1996/02/13 23:42:00 christos Exp $ */ /* @@ -143,7 +143,8 @@ struct inpcb { #endif struct icmp6_filter *inp_icmp6filt; struct pf_state_key *inp_pf_sk; - struct mbuf *(*inp_upcall)(void *, struct mbuf *, struct ip *, struct ip6_hdr *, void *, int); + struct mbuf *(*inp_upcall)(void *, struct mbuf *, + struct ip *, struct ip6_hdr *, void *, int); void *inp_upcall_arg; u_int inp_rtableid; int inp_pipex; /* pipex indication */ |