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 2007/03/15 12:32:10 UTC

svn commit: r518586 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

Author: mturk
Date: Thu Mar 15 04:32:10 2007
New Revision: 518586

URL: http://svn.apache.org/viewvc?view=rev&rev=518586
Log:
Fix compiler waring.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_shm.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_shm.c?view=diff&rev=518586&r1=518585&r2=518586
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_shm.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_shm.c Thu Mar 15 04:32:10 2007
@@ -59,7 +59,7 @@
 {
     size_t     size;
     const char *filename;
-    const char *lockname;
+    char       *lockname;
     int        fd;
     int        fd_lock;
     int        attached;



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