You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2005/01/03 11:58:05 UTC

cvs commit: jakarta-commons/daemon/src/native/unix/native location.c

jfclere     2005/01/03 02:58:05

  Modified:    daemon/src/native/unix/native location.c
  Log:
  Finish fixing of PR 29465.
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-commons/daemon/src/native/unix/native/location.c
  
  Index: location.c
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/daemon/src/native/unix/native/location.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- location.c	10 Jun 2004 05:21:24 -0000	1.5
  +++ location.c	3 Jan 2005 10:58:05 -0000	1.6
  @@ -107,7 +107,7 @@
       "$JAVA_HOME/../Libraries/lib$VM_NAME.dylib",
   #elif defined(OS_CYGWIN)
       "$JAVA_HOME/jre/bin/$VM_NAME/jvm.dll",          /* Sun JDK 1.3 */
  -#elif defined(OS_LINUX) || defined(OS_SOLARIS) || defined(OS_BSD) || defined(OS_FREEBSD)
  +#elif defined(OS_LINUX) || defined(OS_SOLARIS) || defined(OS_BSD) || defined(OS_FREEBSD) || defined(OS_TRU64)
       "$JAVA_HOME/jre/lib/" CPU "/$VM_NAME/libjvm.so",/* Sun JDK 1.3 */
       "$JAVA_HOME/lib/" CPU "/$VM_NAME/libjvm.so",    /* Sun JRE 1.3 */
   #elif defined(OS_SYSV)
  
  
  

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