X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Fstat-util.h;fp=src%2Fbasic%2Fstat-util.h;h=32d09d01425ad39bda35d7e087ff0799d0be8bec;hb=54225bd06a4e1486277639fd0c1518968f264b42;hp=168cb3cb531ed37ef58110604ba10893fe285649;hpb=cb7968de9b62d0210c8212f92d932930f99a7a0c;p=elogind.git diff --git a/src/basic/stat-util.h b/src/basic/stat-util.h index 168cb3cb5..32d09d014 100644 --- a/src/basic/stat-util.h +++ b/src/basic/stat-util.h @@ -70,8 +70,10 @@ int path_check_fstype(const char *path, statfs_f_type_t magic_value); #endif // 0 bool is_temporary_fs(const struct statfs *s) _pure_; +#if 0 /// UNNEEDED by elogind int fd_is_temporary_fs(int fd); int path_is_temporary_fs(const char *path); +#endif // 0 /* Because statfs.t_type can be int on some architectures, we have to cast * the const magic to the type, otherwise the compiler warns about