You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bj...@apache.org on 2003/02/26 11:38:09 UTC

cvs commit: apr/file_io/os2 filepath_util.c Makefile.in

bjh         2003/02/26 02:38:09

  Modified:    file_io/os2 Makefile.in
  Added:       file_io/os2 filepath_util.c
  Log:
  Include filepath_util.c in OS/2 build.
  
  Revision  Changes    Path
  1.25      +1 -0      apr/file_io/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/file_io/os2/Makefile.in,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- Makefile.in	22 Apr 2002 01:24:49 -0000	1.24
  +++ Makefile.in	26 Feb 2003 10:38:09 -0000	1.25
  @@ -14,6 +14,7 @@
   	maperrorcode.lo \
   	fullrw.lo \
   	filepath.lo \
  +	filepath_util.lo \
   	filesys.lo \
   	mktemp.lo \
   	copy.lo
  
  
  
  1.1                  apr/file_io/os2/filepath_util.c
  
  Index: filepath_util.c
  ===================================================================
  #include "../unix/filepath_util.c"