Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/klibc/strtotimex.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 10  Line 10 
10  #include <ctype.h>  #include <ctype.h>
11  #include <inttypes.h>  #include <inttypes.h>
12  #include <stdlib.h>  #include <stdlib.h>
13    #include <time.h>
14  #include <sys/time.h>  #include <sys/time.h>
15    
16  char *NAME(const char *str, TIMEX * ts)  char *NAME(const char *str, TIMEX * ts)

Legend:
Removed from v.814  
changed lines
  Added in v.815