diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-17 16:57:47 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-18 00:01:07 +0900 |
| commit | 832df55643b3e81f916fdf005791aaf810fad8c9 (patch) | |
| tree | dbd2d224c309aabb4eb0ac7df34fbac2b46ea81d /kdf/disklist.cpp | |
| parent | 7b4cebbb59365794180f9c699056fd14658584c0 (diff) | |
| download | tdeutils-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 'kdf/disklist.cpp')
| -rw-r--r-- | kdf/disklist.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/kdf/disklist.cpp b/kdf/disklist.cpp index 0b41acc..8ee0220 100644 --- a/kdf/disklist.cpp +++ b/kdf/disklist.cpp @@ -236,14 +236,7 @@ void DiskList::receivedDFStdErrOut(TDEProcess *, char *data, int len ) { kdDebug() << k_funcinfo << endl; - - /* ATTENTION: StdERR no longer connected to this... - * Do we really need StdErr?? on HP-UX there was eg. a line - * df: /home_tu1/ijzerman/floppy: Stale NFS file handle - * but this shouldn't cause a real problem - */ - - + /* ATTENTION: StdERR no longer connected to this... */ TQString tmp = TQString::fromLatin1(data, len); dfStringErrOut.append(tmp); } |
