aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2001-09-03 20:03:55 +0000
committerJulian Elischer <julian@FreeBSD.org>2001-09-03 20:03:55 +0000
commitf0ffb944d259efbe7c4e223b4068be440c1a51cf (patch)
tree8d09274631c646d1bfce4acc158d08cc765103da /sys/netinet/udp_usrreq.c
parent3fe149a64315002e9187d3a3c3040bd30cf3000c (diff)
Notes
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
-rw-r--r--sys/netinet/udp_usrreq.c4
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;