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-18 00:01:07 +0900
commit832df55643b3e81f916fdf005791aaf810fad8c9 (patch)
treedbd2d224c309aabb4eb0ac7df34fbac2b46ea81d /ark/arkutils.cpp
parent7b4cebbb59365794180f9c699056fd14658584c0 (diff)
downloadtdeutils-832df55643b3e81f916fdf005791aaf810fad8c9.tar.gz
tdeutils-832df55643b3e81f916fdf005791aaf810fad8c9.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> (cherry picked from commit d03c9b495a56d2a87d8fddf75aef11750119dc85)
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>