CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/31 23:25:37
Modified files:
usr.sbin/dhcpd : alloc.c dhcpd.h hash.c memory.c
Log message:
Single-use wrapper functions that just call a wrapper function
around calloc() and end up producing duplicate error messages are
just confusing.
Eliminate new_hash_bucket(), new_lease(), new_leases(), new_group().
