diff options
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
| -rw-r--r-- | sys/netinet/udp_usrreq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 157057b33d15..ab188729d24c 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -149,9 +149,9 @@ udp_init() } void -udp_input(m, off, proto) +udp_input(m, off) register struct mbuf *m; - int off, proto; + int off; { int iphlen = off; register struct ip *ip; |
