diff options
author | Michele Calgaro <[email protected]> | 2025-01-12 16:27:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-12 16:27:19 +0900 |
commit | 8dd602c4cb47624b1d4dbac2743ee20ab00001e4 (patch) | |
tree | 55bb8a65e75208c56ba92edf333d2d6c11c61e66 /tdefile-plugins/rpm | |
parent | 7bb8029a6f2ae07c11210bce94dd7760619125a8 (diff) | |
download | tdeadmin-8dd602c4cb47624b1d4dbac2743ee20ab00001e4.tar.gz tdeadmin-8dd602c4cb47624b1d4dbac2743ee20ab00001e4.zip |
Remove support for OSF
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdefile-plugins/rpm')
-rw-r--r-- | tdefile-plugins/rpm/tdefile_rpm.cpp | 7 |
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; |