chiark / gitweb /
machined: beef up machined image listing with creation/modification times of subvolumes
[elogind.git] / src / shared / fdset.c
index 37cbd8526cdedc024bf0734178571f5b4a040c95..46f7773a9ed198c87b3ac2b8db7df27004322f47 100644 (file)
@@ -127,7 +127,7 @@ int fdset_new_fill(FDSet **_s) {
         while ((de = readdir(d))) {
                 int fd = -1;
 
-                if (ignore_file(de->d_name))
+                if (hidden_file(de->d_name))
                         continue;
 
                 r = safe_atoi(de->d_name, &fd);