mturk       2005/08/01 00:09:39

  Modified:    jni/java/org/apache/tomcat/jni File.java
  Log:
  Fix typo in dup2 prototype.
  
  Revision  Changes    Path
  1.8       +2 -2      
jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/File.java
  
  Index: File.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/File.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- File.java 1 Aug 2005 07:08:55 -0000       1.7
  +++ File.java 1 Aug 2005 07:09:39 -0000       1.8
  @@ -678,7 +678,7 @@
        * @param pool The pool to use for the new file.
        * @return Status code.
        */
  -    public static native int dup2(long newFile, long oldFile, long pool)
  +    public static native int dup2(long newFile, long oldFile, long pool);
   
       /**
        * Get the specified file's stats.  The file is specified by filename,
  
  
  

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

Reply via email to