summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-06 21:14:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-07 10:25:42 +0900
commit30947024df51c02f766ee1bbbbd128b720669379 (patch)
tree5785e6e16bd992d4d64c1ea2b780efbe5f7901e0 /tdefile-plugins
parent37a191cb7c3421f2492b72648e42668c5709386f (diff)
downloadtdepim-30947024.tar.gz
tdepim-30947024.zip
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8a72d04b8b988e57309dbb0243fd99e0bf618a03)
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/rfc822/tdefile_rfc822.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tdefile-plugins/rfc822/tdefile_rfc822.cpp b/tdefile-plugins/rfc822/tdefile_rfc822.cpp
index f1b4d6ff..e8db7357 100644
--- a/tdefile-plugins/rfc822/tdefile_rfc822.cpp
+++ b/tdefile-plugins/rfc822/tdefile_rfc822.cpp
@@ -32,11 +32,7 @@
#include <tqfile.h>
#include <tqdatetime.h>
-#if !defined(__osf__)
#include <inttypes.h>
-#else
-typedef unsigned short uint32_t;
-#endif
typedef KGenericFactory<KRfc822Plugin> Rfc822Factory;