summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-12 16:27:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-12 18:38:46 +0900
commit2cd5292938b66f4d238a98b1884b6f45fdf342f6 (patch)
treeb3d93597eb14544695d0567c4f2fd24756297048 /tdefile-plugins
parent4579ccf1d42f350c6746a0c1fe460baabe31c357 (diff)
downloadtdeadmin-2cd52929.tar.gz
tdeadmin-2cd52929.zip
Remove support for OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8dd602c4cb47624b1d4dbac2743ee20ab00001e4)
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/rpm/tdefile_rpm.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/tdefile-plugins/rpm/tdefile_rpm.cpp b/tdefile-plugins/rpm/tdefile_rpm.cpp
index 3adb742..777600f 100644
--- a/tdefile-plugins/rpm/tdefile_rpm.cpp
+++ b/tdefile-plugins/rpm/tdefile_rpm.cpp
@@ -22,15 +22,10 @@
#include <kgenericfactory.h>
#include <kdebug.h>
#include <tqfile.h>
+#include "tdefile_rpm.h"
-#if !defined(__osf__)
#include <inttypes.h>
-#else
-typedef unsigned short uint16_t;
-typedef unsigned int uint32_t;
-#endif
-#include "tdefile_rpm.h"
typedef KGenericFactory<KRpmPlugin> RpmFactory;