VirtualBox

Changeset 3265 in kBuild


Ignore:
Timestamp:
Jan 3, 2019 11:45:58 PM (6 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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette