Fix a boatload of warnings in the examples.
[samba.git] / examples / libsmbclient / teststatvfs.c
index b7e6b5159e1ddaeb5f20d929723f13c4d69f353d..5c69122afce4e28bbb76a9ce63bce32b85064241 100644 (file)
 
 int main(int argc, char * argv[]) 
 { 
-    int             i;
-    int             fd;
     int             ret;
     int             debug = 0;
     char *          p;
     char            path[2048];
-    struct stat     statbuf;
     struct statvfs  statvfsbuf;
     
     smbc_init(get_auth_data_fn, debug);