Changes in uspace/lib/c/generic/vfs/vfs.c [8caaea7:89e780d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/vfs.c
r8caaea7 r89e780d 756 756 { 757 757 struct stat stat; 758 759 int rc = fstat(fildes, &stat); 760 if (rc != 0) 761 return rc; 762 758 int rc; 759 760 rc = fstat(fildes, &stat); 761 763 762 if (!stat.device) 764 763 return -1;
Note:
See TracChangeset
for help on using the changeset viewer.