mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
parent
3ef0ac93c7
commit
6993941646
1 changed files with 1 additions and 1 deletions
|
|
@ -51,6 +51,7 @@
|
||||||
|
|
||||||
|
|
||||||
int dir_scan_smfs; /* Stay on the same filesystem */
|
int dir_scan_smfs; /* Stay on the same filesystem */
|
||||||
|
int exclude_kernfs; /* Exclude Linux pseudo filesystems */
|
||||||
|
|
||||||
static uint64_t curdev; /* current device we're scanning on */
|
static uint64_t curdev; /* current device we're scanning on */
|
||||||
|
|
||||||
|
|
@ -61,7 +62,6 @@ static unsigned int buf_nlink;
|
||||||
|
|
||||||
|
|
||||||
#if HAVE_LINUX_MAGIC_H && HAVE_SYS_STATFS_H && HAVE_STATFS
|
#if HAVE_LINUX_MAGIC_H && HAVE_SYS_STATFS_H && HAVE_STATFS
|
||||||
int exclude_kernfs; /* Exclude Linux pseudo filesystems */
|
|
||||||
|
|
||||||
static int is_kernfs(unsigned long type) {
|
static int is_kernfs(unsigned long type) {
|
||||||
if(
|
if(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue