Changeset 10 for trunk/include


Ignore:
Timestamp:
Jan 1, 2006, 11:58:26 PM (19 years ago)
Author:
rainer
Message:

Support *BSD file flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_unix.h

    r1 r10  
    109109  mode_t           mode;
    110110  nlink_t          hardlinks;
    111 #if defined(__linux__)
     111#if defined(__linux__) || defined(HAVE_STAT_FLAGS)
    112112  unsigned long    attributes;
    113113  char             c_attributes[16];
Note: See TracChangeset for help on using the changeset viewer.