Changeset dc936a4 in rtems


Ignore:
Timestamp:
02/05/09 05:19:16 (15 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 5, master
Children:
5d1285b
Parents:
c37c919c
Message:

Change SIX_MONTHS to time_t.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ftpd/ftpd.c

    rc37c919c rdc936a4  
    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.