Ignore:
Timestamp:
Jan 4, 2019, 12:45:58 AM (7 years ago)
Author:
bird
Message:

config.h.linux: rhel3u5 build fixes.

File:
1 edited

Legend:

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

    r3264 r3265  
    415415
    416416/* Define if struct stat contains a nanoseconds field */
    417 #ifdef __USE_XOPEN2K8
     417#if defined(__USE_XOPEN2K8) || defined(__USE_MISC)
    418418# define ST_MTIM_NSEC st_mtim.tv_nsec
     419# define ST_ATIM_NSEC st_atim.tv_nsec
    419420#else
    420421# define ST_MTIM_NSEC st_mtimensec
     422# define ST_ATIM_NSEC st_atimensec
    421423#endif
    422424
Note: See TracChangeset for help on using the changeset viewer.