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

cvs commit: jakarta-tomcat-4.0/service/native location.c

jfclere     01/09/03 00:43:56

  Modified:    service/native location.c
  Log:
  Correct a typo.
  Submitted by: Dave, Dave@JungleMoss.com
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- location.c	2001/08/06 21:54:33	1.2
  +++ location.c	2001/09/03 07:43:56	1.3
  @@ -55,7 +55,7 @@
    *                                                                           *
    * ========================================================================= */
   
  -/* @version $Id: location.c,v 1.2 2001/08/06 21:54:33 jfclere Exp $ */
  +/* @version $Id: location.c,v 1.3 2001/09/03 07:43:56 jfclere 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",
  -#elfif define(OS_CYGWIN)
  +#elif define(OS_CYGWIN)
       "/cygdrive/c/WINNT/system32/java",
   #endif
       NULL,