Changeset 3657 for trunk


Ignore:
Timestamp:
Oct 20, 2009, 3:52:23 PM (16 years ago)
Author:
bird
Message:

os2ddk/unixfsctl.h: Padding paranoia in UNXFSCTLUTIMES_IN and a typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/include/os2ddk/unixfsctl.h

    r3656 r3657  
    161161typedef struct UNXFSCTLTIME
    162162{
    163     /** Nano seconds since 1970. */
     163    /** Seconds since 1970. */
    164164    uint64_t sec;
    165165    /** Nano seconds. */
     
    369369     * (ET / NAEST / UTC-5) it will be -18000. */
    370370    int32_t         offLocalTime;
     371    /** Reserved for alignment purposes, must be zero.  */
     372    uint32_t        u32Reserved;
    371373} UNXFSCTLUTIMES_IN;
    372374typedef UNXFSCTLUTIMES_IN *PUNXFSCTLUTIMES_IN;
Note: See TracChangeset for help on using the changeset viewer.