From owner-freebsd-commit Fri Dec 15 18:14:57 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA06100 for freebsd-commit-outgoing; Fri, 15 Dec 1995 18:14:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA06088 for cvs-all-outgoing; Fri, 15 Dec 1995 18:14:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA06075 for cvs-sys-outgoing; Fri, 15 Dec 1995 18:14:49 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA06068 Fri, 15 Dec 1995 18:14:46 -0800 (PST) Date: Fri, 15 Dec 1995 18:14:46 -0800 (PST) From: Bruce Evans Message-Id: <199512160214.SAA06068@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys protosw.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/12/15 18:14:45 Modified: sys/kern uipc_domain.c sys/net raw_cb.h raw_usrreq.c sys/netinet ip_icmp.c tcp_subr.c tcp_var.h udp_usrreq.c udp_var.h sys/netipx ipx.h ipx_error.c ipx_input.c ipx_ip.c spx.h spx_usrreq.c sys/sys protosw.h Log: Uniformized pr_ctlinput protosw functions. The third arg is now `void *' instead of caddr_t and it isn't optional (it never was). Most of the netipx (and netns) pr_ctlinput functions abuse the second arg instead of using the third arg but fixing this is beyond the scope of this round of changes. Revision Changes Path 1.12 +2 -2 src/sys/kern/uipc_domain.c 1.5 +2 -2 src/sys/net/raw_cb.h 1.7 +3 -2 src/sys/net/raw_usrreq.c 1.17 +3 -3 src/sys/netinet/ip_icmp.c 1.24 +4 -3 src/sys/netinet/tcp_subr.c 1.25 +2 -2 src/sys/netinet/tcp_var.h 1.19 +4 -3 src/sys/netinet/udp_usrreq.c 1.8 +2 -2 src/sys/netinet/udp_var.h 1.6 +3 -2 src/sys/netipx/ipx.h 1.4 +5 -3 src/sys/netipx/ipx_error.c 1.6 +5 -3 src/sys/netipx/ipx_input.c 1.6 +3 -2 src/sys/netipx/ipx_ip.c 1.6 +2 -2 src/sys/netipx/spx.h 1.7 +5 -3 src/sys/netipx/spx_usrreq.c 1.9 +3 -3 src/sys/sys/protosw.h