CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/09 07:52:28
Modified files:
lib/libc/time : asctime.c localtime.c strftime.c wcsftime.c
Log message:
- register int idays; /* unsigned would be so 2003 */
+ int idays; /* unsigned would be so 2003 */
register is so 1973
