diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-16 15:03:26 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-16 15:03:26 +0900 |
| commit | 452b85997d01da780c350ae102222807a77ec989 (patch) | |
| tree | 9d4a7228e0f44efc682bcd12779d6ec2968abd5a /kdat/TapeDrive.cpp | |
| parent | 1dd8222792710b74ab283d3832284455d5affa7d (diff) | |
| download | tdeadmin-drop/hpux-support.tar.gz tdeadmin-drop/hpux-support.zip | |
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.drop/hpux-support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdat/TapeDrive.cpp')
| -rw-r--r-- | kdat/TapeDrive.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/TapeDrive.cpp b/kdat/TapeDrive.cpp index c52c75a..82913e2 100644 --- a/kdat/TapeDrive.cpp +++ b/kdat/TapeDrive.cpp @@ -635,7 +635,7 @@ bool TapeDrive::setBlockSize( int blockSize ) return ret >= 0; #else - // some systems (e.g. HP-UX) encode block size into device file names + // some systems encode block size into device file names // so setting the block size by software does not make sense return true; #endif |
