You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/09/03 09:54:19 UTC

svn commit: r1839930 - in /tomcat/native/trunk: native/os/netware/ native/src/proc.c xdocs/miscellaneous/changelog.xml

Author: markt
Date: Mon Sep  3 09:54:19 2018
New Revision: 1839930

URL: http://svn.apache.org/viewvc?rev=1839930&view=rev
Log:
Remove Netware support

Removed:
    tomcat/native/trunk/native/os/netware/
Modified:
    tomcat/native/trunk/native/src/proc.c
    tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

Modified: tomcat/native/trunk/native/src/proc.c
URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/src/proc.c?rev=1839930&r1=1839929&r2=1839930&view=diff
==============================================================================
--- tomcat/native/trunk/native/src/proc.c (original)
+++ tomcat/native/trunk/native/src/proc.c Mon Sep  3 09:54:19 2018
@@ -311,7 +311,7 @@ TCN_IMPLEMENT_CALL(jint, Proc, detach)(T
 {
 
     UNREFERENCED_STDARGS;
-#if defined(WIN32) || defined (NETWARE)
+#if defined(WIN32)
     UNREFERENCED(daemonize);
     return APR_ENOTIMPL;
 #else

Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/miscellaneous/changelog.xml?rev=1839930&r1=1839929&r2=1839930&view=diff
==============================================================================
--- tomcat/native/trunk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Mon Sep  3 09:54:19 2018
@@ -39,6 +39,10 @@
     <fix>
       <bug>62641</bug>: libtool invocations should use --tag=CC. (michaelo)
     </fix>
+    <scode>
+      Remove support for Netware as there has not been a supported Netware
+      platform for a number of years. (markt)
+    </scode>
   </changelog>
 </section>
 <section name="Changes in 1.2.17">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org