Module Name: src Committed By: rtr Date: Mon Jun 23 17:18:45 UTC 2014
Modified Files: src/sys/kern: sys_socket.c src/sys/net: link_proto.c src/sys/netatalk: ddp_usrreq.c src/sys/netinet: raw_ip.c tcp_usrreq.c udp_usrreq.c src/sys/netinet6: raw_ip6.c udp6_usrreq.c Log Message: where appropriate rename xxx_ioctl() struct mbuf * parameters from `control' to `ifp' after split from xxx_usrreq(). sys_socket.c fix wrapping of arguments to be consistent with other function calls in the file after replacing pr_usrreq() call with pr_ioctl() which required one less argument. link_proto.c fix indentation of parameters in link_ioctl() prototype to be consistent with the rest of the file. discussed with rmind@ To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/kern/sys_socket.c cvs rdiff -u -r1.10 -r1.11 src/sys/net/link_proto.c cvs rdiff -u -r1.45 -r1.46 src/sys/netatalk/ddp_usrreq.c cvs rdiff -u -r1.125 -r1.126 src/sys/netinet/raw_ip.c cvs rdiff -u -r1.178 -r1.179 src/sys/netinet/tcp_usrreq.c cvs rdiff -u -r1.200 -r1.201 src/sys/netinet/udp_usrreq.c cvs rdiff -u -r1.119 -r1.120 src/sys/netinet6/raw_ip6.c cvs rdiff -u -r1.99 -r1.100 src/sys/netinet6/udp6_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.