Changeset 5e7c184 in rtems


Ignore:
Timestamp:
02/05/09 05:22:38 (15 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.9
Children:
deb0a5a3
Parents:
8ffe145
Message:

2009-02-05 Ralf Corsépius <ralf.corsepius@…>

  • ftpd/ftpd.c: Change SIX_MONTHS to time_t.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r8ffe145 r5e7c184  
     12009-02-05      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * ftpd/ftpd.c: Change SIX_MONTHS to time_t.
     4
    152009-02-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
    26
  • cpukit/ftpd/ftpd.c

    r8ffe145 r5e7c184  
    11971197      time_t tf = stat_buf.st_mtime;
    11981198      enum { SIZE = 80 };
    1199       uint32_t SIX_MONTHS = (365L*24L*60L*60L)/2L;
     1199      time_t SIX_MONTHS = (365L*24L*60L*60L)/2L;
    12001200      char timeBuf[SIZE];
    12011201      gmtime_r(&tf, &bt);
Note: See TracChangeset for help on using the changeset viewer.