Changeset 1969
- Timestamp:
- May 6, 2005, 1:46:18 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/stat.h
-
Property cvs2svn:cvs-rev
changed from
1.8
to1.9
r1968 r1969 43 43 * FreeBSD 5.1 44 44 * @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. 45 46 */ 46 47 … … 296 297 #define S_BLKSIZE 512 /* block size used in the stat struct */ 297 298 299 #ifndef __EMX__ 298 300 /* 299 301 * Definitions of flags stored in file flags word. … … 316 318 #define SF_NOUNLINK 0x00100000 /* file may not be removed or renamed */ 317 319 #define SF_SNAPSHOT 0x00200000 /* snapshot inode */ 320 #endif /* !__EMX__ */ 318 321 319 322 #ifdef _KERNEL -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.