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-17 16:57:47 +0900 |
| commit | d03c9b495a56d2a87d8fddf75aef11750119dc85 (patch) | |
| tree | 9548d7b170cd575e8b7776b46e5c302de3fcf460 /kdf/disklist.cpp | |
| parent | bdb0aa04da758449d8b82e90f00cae94593146da (diff) | |
| download | tdeutils-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 '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 cccaf38..e416527 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); } |
