summaryrefslogtreecommitdiffstats
path: root/ark/arkutils.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-17 16:57:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-17 16:57:47 +0900
commitd03c9b495a56d2a87d8fddf75aef11750119dc85 (patch)
tree9548d7b170cd575e8b7776b46e5c302de3fcf460 /ark/arkutils.cpp
parentbdb0aa04da758449d8b82e90f00cae94593146da (diff)
downloadtdeutils-d03c9b495a56d2a87d8fddf75aef11750119dc85.tar.gz
tdeutils-d03c9b495a56d2a87d8fddf75aef11750119dc85.zip
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ark/arkutils.cpp')
-rw-r--r--ark/arkutils.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ark/arkutils.cpp b/ark/arkutils.cpp
index 72545f5..4fd64aa 100644
--- a/ark/arkutils.cpp
+++ b/ark/arkutils.cpp
@@ -43,10 +43,6 @@
#include <unistd.h>
#include <config.h>
-#ifdef _HPUX_SOURCE
-#include <sys/vfs.h>
-#endif
-
// for statfs:
#if defined(BSD4_4) && !defined(__NetBSD__)
#include <sys/mount.h>