mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-15 02:08:40 -09:00
Really fix build failure if exclude-kernfs option is not available
Fixes #218, for real this time.
This commit is contained in:
parent
6993941646
commit
daaca0a903
1 changed files with 1 additions and 4 deletions
|
|
@ -107,16 +107,13 @@ extern int (*dir_process)(void);
|
||||||
|
|
||||||
/* Scanning a live directory */
|
/* Scanning a live directory */
|
||||||
extern int dir_scan_smfs;
|
extern int dir_scan_smfs;
|
||||||
|
extern int exclude_kernfs;
|
||||||
void dir_scan_init(const char *path);
|
void dir_scan_init(const char *path);
|
||||||
|
|
||||||
/* Importing a file */
|
/* Importing a file */
|
||||||
extern int dir_import_active;
|
extern int dir_import_active;
|
||||||
int dir_import_init(const char *fn);
|
int dir_import_init(const char *fn);
|
||||||
|
|
||||||
#if HAVE_LINUX_MAGIC_H && HAVE_SYS_STATFS_H && HAVE_STATFS
|
|
||||||
extern int exclude_kernfs;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* The currently configured output functions. */
|
/* The currently configured output functions. */
|
||||||
extern struct dir_output dir_output;
|
extern struct dir_output dir_output;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue