|
@@ -13,34 +13,24 @@
|
|
|
|
|
|
**********************************************************************}
|
|
**********************************************************************}
|
|
|
|
|
|
- Stat = Record // No unix typing because of differences
|
|
|
|
|
|
+ Stat = Record
|
|
st_dev : culong;
|
|
st_dev : culong;
|
|
st_pad0 : array[0..2] of culong;
|
|
st_pad0 : array[0..2] of culong;
|
|
-
|
|
|
|
st_ino : culonglong;
|
|
st_ino : culonglong;
|
|
-
|
|
|
|
st_mode : mode_t;
|
|
st_mode : mode_t;
|
|
st_nlink : nlink_t;
|
|
st_nlink : nlink_t;
|
|
-
|
|
|
|
st_uid : uid_t;
|
|
st_uid : uid_t;
|
|
st_gid : gid_t;
|
|
st_gid : gid_t;
|
|
-
|
|
|
|
st_rdev : culong;
|
|
st_rdev : culong;
|
|
- st_pad1 : array[0..1] of culong;
|
|
|
|
-
|
|
|
|
|
|
+ st_pad1 : array[0..2] of culong;
|
|
st_size : clonglong;
|
|
st_size : clonglong;
|
|
-
|
|
|
|
st_atime : time_t;
|
|
st_atime : time_t;
|
|
st_atime_nsecs : culong;
|
|
st_atime_nsecs : culong;
|
|
-
|
|
|
|
st_mtime : time_t;
|
|
st_mtime : time_t;
|
|
st_mtime_nsecs : culong;
|
|
st_mtime_nsecs : culong;
|
|
-
|
|
|
|
st_ctime : time_t;
|
|
st_ctime : time_t;
|
|
st_ctime_nsecs : culong;
|
|
st_ctime_nsecs : culong;
|
|
-
|
|
|
|
st_blksize : culong;
|
|
st_blksize : culong;
|
|
st_pad2 : culong;
|
|
st_pad2 : culong;
|
|
-
|
|
|
|
st_blocks : clonglong;
|
|
st_blocks : clonglong;
|
|
end;
|
|
end;
|