mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 20:41:04 -04:00
Remove all traces of statvfs from dwarfsextract
This commit is contained in:
parent
a1a9571b13
commit
e94816fcbc
@ -23,13 +23,6 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#if __has_include(<sys/statvfs.h>)
|
||||
#include <sys/statvfs.h>
|
||||
#define HAVE_STATVFS 1
|
||||
#else
|
||||
#define HAVE_STATVFS 0
|
||||
#endif
|
||||
|
||||
#include <boost/program_options.hpp>
|
||||
|
||||
#include <folly/String.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user