CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/01 21:21:16
Modified files:
usr.sbin/dhcpd : alloc.c confpars.c dhcp.c dhcpd.h dispatch.c
options.c tree.c
Log message:
Eliminate all uses of dmalloc() where the returned pointer
is checked for NULL and a specific error/warning issued. Add
two such manual warning/error checks and kill those dmalloc
calls. And then there were none, so kill dmalloc(). Whew.
