You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2011/11/08 11:30:37 UTC

svn commit: r1199176 - in /tomcat/jk/trunk/native/common: jk_util.c jk_util.h

Author: mturk
Date: Tue Nov  8 10:30:36 2011
New Revision: 1199176

URL: http://svn.apache.org/viewvc?rev=1199176&view=rev
Log:
Think Netware is missing the secapi

Modified:
    tomcat/jk/trunk/native/common/jk_util.c
    tomcat/jk/trunk/native/common/jk_util.h

Modified: tomcat/jk/trunk/native/common/jk_util.c
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_util.c?rev=1199176&r1=1199175&r2=1199176&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_util.c (original)
+++ tomcat/jk/trunk/native/common/jk_util.c Tue Nov  8 10:30:36 2011
@@ -2256,7 +2256,7 @@ void jk_ebcdic2ascii(char *src, char *ds
 
 #endif
 
-#if defined (WIN32) || defined(NETWARE)
+#if defined (WIN32)
 
 static PSECURITY_ATTRIBUTES pNullSA;
 static SECURITY_ATTRIBUTES  stEmptySA;

Modified: tomcat/jk/trunk/native/common/jk_util.h
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_util.h?rev=1199176&r1=1199175&r2=1199176&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_util.h (original)
+++ tomcat/jk/trunk/native/common/jk_util.h Tue Nov  8 10:30:36 2011
@@ -262,7 +262,7 @@ void jk_ebcdic2ascii(char *src, char *ds
 
 int jk_stat(const char *f, struct stat * statbuf);
 
-#if defined (WIN32) || defined(NETWARE)
+#if defined (WIN32)
 PSECURITY_ATTRIBUTES jk_get_sa_with_null_dacl(void);
 #endif
 



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