summaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-07-03 09:35:31 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-07-03 09:35:31 +0000
commit82d9ae4e32fad7f55867e1e63054aef03b0a5fc8 (patch)
treeedad9fa3ee2b84e36ff97de3eb8e7785f4a4ac86 /sys/netinet/udp_usrreq.c
parentbd2a88692c1fb156546036c002ec95af555151ff (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 3eac9ee1602d..d6f5f0ce4dfe 100644
--- a/sys/netinet/udp_usrreq.c
+++ b/sys/netinet/udp_usrreq.c
@@ -513,7 +513,7 @@ udp_ctlinput(cmd, sa, vip)
}
static int
-udp_pcblist SYSCTL_HANDLER_ARGS
+udp_pcblist (SYSCTL_HANDLER_ARGS)
{
int error, i, n, s;
struct inpcb *inp, **inp_list;
@@ -599,7 +599,7 @@ SYSCTL_PROC(_net_inet_udp, UDPCTL_PCBLIST, pcblist, CTLFLAG_RD, 0, 0,
udp_pcblist, "S,xinpcb", "List of active UDP sockets");
static int
-udp_getcred SYSCTL_HANDLER_ARGS
+udp_getcred (SYSCTL_HANDLER_ARGS)
{
struct sockaddr_in addrs[2];
struct inpcb *inp;