CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2014/02/13 16:16:03
Modified files: lib/libc/time : strptime.c Log message: Fix logic bug; we can only infer tm_yday if both tm_mday and tm_mon are set. Adapted from a diff from David Higgs. OK krw@