/[hydra]/hydra/src/strutil.c
ViewVC logotype

Diff of /hydra/src/strutil.c

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

revision 1.2 by nmav, Wed Oct 2 15:17:42 2002 UTC revision 1.3 by nmav, Sat Oct 5 09:39:36 2002 UTC
# Line 47  int alphasort(const struct dirent **a, c Line 47  int alphasort(const struct dirent **a, c
47  }  }
48    
49  #endif /* HAVE_ALPHASORT */  #endif /* HAVE_ALPHASORT */
50    
51    #ifndef HAVE_GMTIME_R
52    struct tm *gmtime_r(const time_t *timep, struct tm *result)
53    {
54       memcpy( result, gmtime( timep), sizeof( struct tm));
55       return result;
56    }
57    #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26