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/testfstatvfs.c

    r414 r988  
    1212int main(int argc, char * argv[])
    1313{
    14     int             i;
    1514    int             fd;
    1615    int             ret;
     
    8887            printf("Available Files: %llu\n",
    8988                   (unsigned long long) statvfsbuf.f_favail);
     89#ifdef HAVE_FSID_INT
    9090            printf("File System ID: %lu\n",
    9191                   (unsigned long) statvfsbuf.f_fsid);
     92#endif
    9293            printf("\n");
    9394
Note: See TracChangeset for help on using the changeset viewer.