Subversion Repositories freemyipod

Rev

Rev 71 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71 Rev 111
Line 20... Line 20...
20
 ****************************************************************************/
20
 ****************************************************************************/
21
 
21
 
22
 
22
 
23
#include "global.h"
23
#include "global.h"
24
#include <time.h>
24
#include <time.h>
25
#include "config.h"
-
 
26
 
25
 
27
#if CONFIG_RTC
26
#if CONFIG_RTC
28
/* mktime() code taken from lynx-2.8.5 source, written
27
/* mktime() code taken from lynx-2.8.5 source, written
29
 by Philippe De Muyter <phdm@macqel.be> */
28
 by Philippe De Muyter <phdm@macqel.be> */
30
time_t mktime(struct tm *t)
29
time_t mktime(struct tm *t)