These never were defined anyways, so their removal should be inconsequential.

Thank you for your time,
-Chase
From 09d17b70c12577579e3c474275aeb248bf89aed8 Mon Sep 17 00:00:00 2001
From: chase <ch...@localhost.com>
Date: Fri, 8 Jun 2018 21:01:54 -0500
Subject: [PATCH] Remove reallyoldsun defines

---
 cde/programs/dtmail/dtmail/RoamApp.C                | 4 ----
 cde/programs/dtmail/libDtMail/Common/DtMailServer.C | 4 ----
 cde/programs/dtmail/libDtMail/RFC/RFCMailBox.C      | 4 ----
 3 files changed, 12 deletions(-)

diff --git a/cde/programs/dtmail/dtmail/RoamApp.C b/cde/programs/dtmail/dtmail/RoamApp.C
index 8e1c4c6a..bb9f0e76 100644
--- a/cde/programs/dtmail/dtmail/RoamApp.C
+++ b/cde/programs/dtmail/dtmail/RoamApp.C
@@ -957,11 +957,7 @@ Usage(char *progname)
 
 nl_catd DT_catd = (nl_catd) -1;    // catgets file descriptor
 
-#if defined(reallyoldsun)
-#define SA_HANDLER_TYPE void (*)(void)
-#else
 #define SA_HANDLER_TYPE void (*)(int)
-#endif
 
 void RoamApp::initialize(int *argcp, char **argv)
 {
diff --git a/cde/programs/dtmail/libDtMail/Common/DtMailServer.C b/cde/programs/dtmail/libDtMail/Common/DtMailServer.C
index 2b1c9ea0..112b1587 100644
--- a/cde/programs/dtmail/libDtMail/Common/DtMailServer.C
+++ b/cde/programs/dtmail/libDtMail/Common/DtMailServer.C
@@ -160,11 +160,7 @@ DtMailServer::set_password(char *password)
 //
 //	len	- Length of message.
 //
-#if defined(reallyoldsun)
-#define SA_HANDLER_TYPE void (*)(void)
-#else
 #define SA_HANDLER_TYPE void (*)(int)
-#endif
 
 DTMailError_t
 DtMailServer::ptrans_retrieve_readandappend(
diff --git a/cde/programs/dtmail/libDtMail/RFC/RFCMailBox.C b/cde/programs/dtmail/libDtMail/RFC/RFCMailBox.C
index a2a98e97..e9d31311 100644
--- a/cde/programs/dtmail/libDtMail/RFC/RFCMailBox.C
+++ b/cde/programs/dtmail/libDtMail/RFC/RFCMailBox.C
@@ -4509,11 +4509,7 @@ RFCMailBox::startAutoSave(DtMailEnv & error,
 	_session->removeEventRoutine(error, PollEntry, this);
 }
 
-#if defined(reallyoldsun)
-#define SA_HANDLER_TYPE void (*)(void)
-#else
 #define SA_HANDLER_TYPE void (*)(int)
-#endif
 
 void
 RFCMailBox::dumpMaps(const char *str)
-- 
2.17.0

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to