CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/04/27 11:54:24
Modified files: sbin/dhclient : dhclient.c dhcpd.h parse.c Log message: Use same parse_date() and date writing logic as in dhcpd. i.e. strptime() rather than handrolling parsing. Change date format in leases to same as dhcpd, fixing 'u' vs 'w' error made in initial strftime() introduction.