Changeset 1969


Ignore:
Timestamp:
May 6, 2005, 1:46:18 AM (20 years ago)
Author:
bird
Message:

no SF_ and UF_ because no st_flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/stat.h

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r1968 r1969  
    4343 * FreeBSD 5.1
    4444 * @changed     bird: EMX isms and hid the BSD specific structs and related stuff.
     45 * @changed     bird: No UF_ and SF_ because we ain't got any st_flags.
    4546 */
    4647
     
    296297#define S_BLKSIZE       512             /* block size used in the stat struct */
    297298
     299#ifndef __EMX__
    298300/*
    299301 * Definitions of flags stored in file flags word.
     
    316318#define SF_NOUNLINK     0x00100000      /* file may not be removed or renamed */
    317319#define SF_SNAPSHOT     0x00200000      /* snapshot inode */
     320#endif /* !__EMX__ */
    318321
    319322#ifdef _KERNEL
Note: See TracChangeset for help on using the changeset viewer.