CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/01/16 10:42:45
Modified files:
lib/libc/time : strptime.c
Log message:
POSIX indicates that some fields should be computed even if not
explicitly set. We can compute tm_yday, tm_wday, tm_mon and tm_mday
based on the values that were specified if possible. Some logic
borrowed from localtime.c. OK espie@ deraadt@
