Changeset 988 for vendor/current/examples/libsmbclient/testfstatvfs.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/examples/libsmbclient/testfstatvfs.c
r414 r988 12 12 int main(int argc, char * argv[]) 13 13 { 14 int i;15 14 int fd; 16 15 int ret; … … 88 87 printf("Available Files: %llu\n", 89 88 (unsigned long long) statvfsbuf.f_favail); 89 #ifdef HAVE_FSID_INT 90 90 printf("File System ID: %lu\n", 91 91 (unsigned long) statvfsbuf.f_fsid); 92 #endif 92 93 printf("\n"); 93 94
Note:
See TracChangeset
for help on using the changeset viewer.