Also, forgot to remove some endifs, here is the fix, please merge these commits
in tandem
Thank you for your time,
-Chase
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On April 26, 2018 7:23 AM, Chase <nicetry...@protonmail.ch> wrote:
> I broke a script in this commit, here is the patch to fix it, also deleted
> all of the trailing whitespace in the file.
>
> Thank you for your time,
> -Chase
>
> ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
> On April 26, 2018 1:01 AM, Chase via cdesktopenv-devel
> <cdesktopenv-devel@lists.sourceforge.net> wrote:
>
>> This patch guts all code that allowed UXP/DS support, the platform hasn't
>> seen an update since 1999 and has almost no chance of being made open
>> source. I sent a courtesy email to Xinuos about discontinuing CDE for
>> pre-BSD Unixware, and so far they haven't gotten back to me yet, in the
>> meantime, I will be working on gutting the other discontinued platforms.
>>
>> Thank you for your time,
>> -Chase
From 3feaf5c767103e69bfff5c5f264e23bd0d510732 Mon Sep 17 00:00:00 2001
From: chase <ch...@localhost.com>
Date: Thu, 26 Apr 2018 22:31:27 -0700
Subject: [PATCH] Fix endif issues
---
cde/lib/tt/lib/mp/mp_rpc_client.C | 1 -
cde/programs/dtprintinfo/objects/PrintObj/PrintSubSys.C | 1 -
2 files changed, 2 deletions(-)
diff --git a/cde/lib/tt/lib/mp/mp_rpc_client.C b/cde/lib/tt/lib/mp/mp_rpc_client.C
index c65a7952..1216177f 100644
--- a/cde/lib/tt/lib/mp/mp_rpc_client.C
+++ b/cde/lib/tt/lib/mp/mp_rpc_client.C
@@ -307,7 +307,6 @@ call(int procnum, xdrproc_t inproc, char *in,
if ((SIG_TYP)curr_action.sa_handler == SIG_DFL)
#else
if (curr_action.sa_handler == SIG_DFL)
-#endif
#endif
{
need2reset_sigpipe = 1;
diff --git a/cde/programs/dtprintinfo/objects/PrintObj/PrintSubSys.C b/cde/programs/dtprintinfo/objects/PrintObj/PrintSubSys.C
index e8f855c9..44cbfb9c 100644
--- a/cde/programs/dtprintinfo/objects/PrintObj/PrintSubSys.C
+++ b/cde/programs/dtprintinfo/objects/PrintObj/PrintSubSys.C
@@ -62,7 +62,6 @@ const char *LIST_QUEUES = "LANG=C lpstat -v | "
#endif
#endif
#endif
-#endif
// Object Class Name
const char *PRINTSUBSYSTEM = "PrintSubSystem";
--
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