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/08/29 15:45:02 UTC

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

bjh         2003/08/29 06:45:02

  Modified:    file_io/os2 Makefile.in
  Added:       file_io/os2 tempdir.c
  Log:
  Include apr_temp_dir_get() in OS/2 build.
  One of TMP or TEMP will normally be defined on OS/2 so the code's fine as it is.
  
  Revision  Changes    Path
  1.26      +2 -1      apr/file_io/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/file_io/os2/Makefile.in,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- Makefile.in	26 Feb 2003 10:38:09 -0000	1.25
  +++ Makefile.in	29 Aug 2003 13:45:02 -0000	1.26
  @@ -17,7 +17,8 @@
   	filepath_util.lo \
   	filesys.lo \
   	mktemp.lo \
  -	copy.lo
  +	copy.lo \
  +	tempdir.lo
   
   # bring in rules.mk for standard functionality
   @INCLUDE_RULES@
  
  
  
  1.1                  apr/file_io/os2/tempdir.c
  
  Index: tempdir.c
  ===================================================================
  #include "../unix/tempdir.c"