CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/02/07 18:20:40
Modified files: sbin/dhclient : kroute.c Log message: Get rid of a bunch of memset()'s where struct variables and arrays are clearly properly initialized in the same area. Prompted by the recent shrinkage of most imsg structs.