NetBSD/sys/netatalk
rtr 0dedd9772f fix parameter types in pr_ioctl, called xx_control() functions and remove
abuse of pointer to struct mbuf type.

param2 changed to u_long type and uses parameter name 'cmd' (ioctl command)
param3 changed to void * type and uses parameter name 'data'
param4 changed to struct ifnet * and uses parameter name 'ifp'
param5 has been removed (formerly struct lwp *) and uses of 'l' have been
       replaced with curlwp from curproc(9).

callers have had (now unnecessary) casts to struct mbuf * removed, called
code has had (now unnecessary) casts to u_long, void * and struct ifnet *
respectively removed.

reviewed by rmind@
2014-07-01 05:49:18 +00:00
..
aarp.c Fix AppleTalk name registration, as discussed on the port-macppc list 2012-01-31 09:53:44 +00:00
aarp.h
at_control.c fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
at_extern.h fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
at_proto.c Add struct pr_usrreqs with a pr_generic function and prepare for the 2014-05-18 14:46:15 +00:00
at_rmx.c
at_var.h
at.h
ddp_input.c NULL does not need a cast 2011-08-31 18:31:02 +00:00
ddp_output.c Remove unused variable 2013-09-12 19:47:58 +00:00
ddp_private.h
ddp_usrreq.c fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
ddp_var.h
ddp.h
files.netatalk
Makefile
phase2.h