diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-12 15:10:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-12 19:27:09 +0900 |
commit | 8e2288b4463a0dbe89fccc63f5120746ca5d18ae (patch) | |
tree | 04bda58c9e147da611d2b2554f88bffb4e425baf /ksim/monitors/filesystem/filesystemstats.cpp | |
parent | 890889340b73f0bdf9d8f31a941de39494ca17d9 (diff) | |
download | tdeutils-8e2288b4463a0dbe89fccc63f5120746ca5d18ae.tar.gz tdeutils-8e2288b4463a0dbe89fccc63f5120746ca5d18ae.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksim/monitors/filesystem/filesystemstats.cpp')
-rw-r--r-- | ksim/monitors/filesystem/filesystemstats.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ksim/monitors/filesystem/filesystemstats.cpp b/ksim/monitors/filesystem/filesystemstats.cpp index 5c1cf3a..045e2ad 100644 --- a/ksim/monitors/filesystem/filesystemstats.cpp +++ b/ksim/monitors/filesystem/filesystemstats.cpp @@ -175,12 +175,7 @@ FilesystemStats::List FilesystemStats::readEntries() Entry entry; entry.dir = sfs[i].f_mntonname; entry.fsname = sfs[i].f_mntfromname; - -#ifdef __osf__ - entry.type = getvfsbynumber(sfs[i].f_type); -#else entry.type = sfs[i].f_fstypename; -#endif list.append( entry ); } |