From 61ff05be253ab1a6d0939338ce307aece558f308 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 3 Jul 2000 09:35:31 +0000 Subject: Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: Sanitize SYSCTL_HANDLER_ARGS so that simplistic tools can grog our sources: -sysctl_vm_zone SYSCTL_HANDLER_ARGS +sysctl_vm_zone (SYSCTL_HANDLER_ARGS) --- sys/netinet/udp_usrreq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet/udp_usrreq.c') diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 3eac9ee..d6f5f0c 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; -- cgit v1.1