remm        02/01/02 16:04:06

  Modified:    service/native location.c
  Log:
  - Bug 4985: fix compile problem under Cygwin.
  - Patch submitted by John Neffenger <john at volano.com>
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-tomcat-4.0/service/native/location.c
  
  Index: location.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/service/native/location.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- location.c        3 Sep 2001 07:43:56 -0000       1.3
  +++ location.c        3 Jan 2002 00:04:06 -0000       1.4
  @@ -55,7 +55,7 @@
    *                                                                           *
    * ========================================================================= */
   
  -/* @version $Id: location.c,v 1.3 2001/09/03 07:43:56 jfclere Exp $ */
  +/* @version $Id: location.c,v 1.4 2002/01/03 00:04:06 remm Exp $ */
   #include "jsvc.h"
   
   /* Locations of various JVM files. We have to deal with all this madness since
  @@ -74,7 +74,7 @@
   #elif defined(OS_LINUX) || defined(OS_SOLARIS) || defined(OS_BSD)
       "/usr/java",
       "/usr/local/java",
  -#elif define(OS_CYGWIN)
  +#elif defined(OS_CYGWIN)
       "/cygdrive/c/WINNT/system32/java",
   #endif
       NULL,
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to