Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/udp_usrreq.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/udp_usrreq.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.148.6.1 retrieving revision 1.152 diff -u -p -r1.148.6.1 -r1.152 --- src/sys/netinet/udp_usrreq.c 2006/10/22 06:07:29 1.148.6.1 +++ src/sys/netinet/udp_usrreq.c 2006/11/10 12:59:59 1.152 @@ -1,4 +1,4 @@ -/* $NetBSD: udp_usrreq.c,v 1.148.6.1 2006/10/22 06:07:29 yamt Exp $ */ +/* $NetBSD: udp_usrreq.c,v 1.152 2006/11/10 12:59:59 yamt Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,7 +61,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.148.6.1 2006/10/22 06:07:29 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.152 2006/11/10 12:59:59 yamt Exp $"); #include "opt_inet.h" #include "opt_ipsec.h" @@ -999,11 +999,8 @@ udp_ctlinput(int cmd, struct sockaddr *s } int -udp_ctloutput(op, so, level, optname, mp) - int op; - struct socket *so; - int level, optname; - struct mbuf **mp; +udp_ctloutput(int op, struct socket *so, int level, int optname, + struct mbuf **mp) { int s; int error = 0;