Changeset 1497
- Timestamp:
- Sep 12, 2004, 9:40:04 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/bsd/gen/statvfs.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1496 r1497 44 44 45 45 int 46 fstatvfs(int fd, struct statvfs *result)46 _STD(fstatvfs)(int fd, struct statvfs *result) 47 47 { 48 48 struct statfs sfs; … … 71 71 72 72 int 73 statvfs(const char * __restrict path, struct statvfs * __restrict result)73 _STD(statvfs)(const char * __restrict path, struct statvfs * __restrict result) 74 74 { 75 75 struct statfs sfs; … … 127 127 return (0); 128 128 } 129 129 130 130 #ifdef MAIN 131 131 #include <err.h> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.