Message ID | 20140623210602.9A4662C39AC@topped-with-meat.com |
---|---|
State | New |
Headers | show |
--- a/sysdeps/unix/sysv/linux/fstatvfs.c +++ b/sysdeps/unix/sysv/linux/fstatvfs.c @@ -29,7 +29,6 @@ int fstatvfs (int fd, struct statvfs *buf) { struct statfs fsbuf; - struct stat64 st; /* Get as much information as possible from the system. */ if (__fstatfs (fd, &fsbuf) < 0)