You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@locus.apache.org on 2000/11/29 02:42:06 UTC

cvs commit: apr/misc/win32 names.c

wrowe       00/11/28 17:42:06

  Modified:    misc/win32 names.c
  Log:
    Fix recent header reorg break on win32
  
  Revision  Changes    Path
  1.18      +4 -1      apr/misc/win32/names.c
  
  Index: names.c
  ===================================================================
  RCS file: /home/cvs/apr/misc/win32/names.c,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- names.c	2000/10/23 17:21:14	1.17
  +++ names.c	2000/11/29 01:42:05	1.18
  @@ -56,6 +56,7 @@
   #include "apr_file_io.h"
   #include "apr_general.h"
   #include "apr_strings.h"
  +#include "apr_lib.h"
   #include <errno.h>
   #include <string.h>
   #include <sys/stat.h>
  @@ -77,7 +78,9 @@
       return TRUE;
   }
   
  -/* Accepts as input a pathname, and tries to match it to an 
  +/* XXX: Should allow path strings to 32000 chars
  + *
  + * Accepts as input a pathname, and tries to match it to an 
    * existing path and return the pathname in the case that
    * is present on the existing path.  This routine also
    * converts alias names to long names.