cvs commit: src/sys/kern kern_descrip.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Jun 11 20:08:04 PDT 2004
dillon 2004/06/11 20:07:36 PDT
DragonFly src repository
Modified files:
sys/kern kern_descrip.c
Log:
ANSIfy the remaining K&R functions. Remove two bzero-after-malloc's in
favor of M_ZERO, replace all uses of the MALLOC() macro with malloc(), and
replace all uses of the FREE() macro with free().
This is a cleanup commit only.
Revision Changes Path
1.26 +27 -46 src/sys/kern/kern_descrip.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_descrip.c.diff?r1=1.25&r2=1.26&f=u
More information about the Commits
mailing list