Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/examples/libsmbclient/teststatvfs.c

    r414 r988  
    1212int main(int argc, char * argv[])
    1313{
    14     int             i;
    15     int             fd;
    1614    int             ret;
    1715    int             debug = 0;
    1816    char *          p;
    1917    char            path[2048];
    20     struct stat     statbuf;
    2118    struct statvfs  statvfsbuf;
    2219   
     
    6259            printf("Available Files: %llu\n",
    6360                   (unsigned long long) statvfsbuf.f_favail);
     61#ifdef HAVE_FSID_INT
    6462            printf("File System ID: %lu\n",
    6563                   (unsigned long) statvfsbuf.f_fsid);
     64#endif
    6665            printf("\n");
    6766
Note: See TracChangeset for help on using the changeset viewer.