Ignore:
Timestamp:
Jan 3, 2019, 6:13:23 PM (7 years ago)
Author:
bird
Message:

kmk: windows build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/config.h.win

    r3140 r3261  
    429429
    430430/* Define if struct stat contains a nanoseconds field */
    431 #define ST_MTIM_NSEC tv_nsec /* bird */
     431#define ST_MTIM_NSEC st_mtim.tv_nsec   /* bird */
     432#define ST_ATIM_NSEC st_atim.tv_nsec   /* bird */
    432433
    433434/* Define to 1 on System V Release 4. */
Note: See TracChangeset for help on using the changeset viewer.