You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@hyperreal.org on 1999/12/15 02:53:32 UTC

cvs commit: apache-2.0/src/lib/apr/file_io/win32 file_io.def

rbb         99/12/14 17:53:31

  Modified:    src/lib/apr aprlib.def
               src/lib/apr/file_io/win32 file_io.def
  Log:
  It took me a while, but I found the aprlib.def file, and now Apache builds
  again on Windows.
  
  Revision  Changes    Path
  1.7       +1 -0      apache-2.0/src/lib/apr/aprlib.def
  
  Index: aprlib.def
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/aprlib.def,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- aprlib.def	1999/11/29 23:29:11	1.6
  +++ aprlib.def	1999/12/15 01:53:27	1.7
  @@ -221,4 +221,5 @@
   	ap_set_local_port @213
   	ap_get_remote_port @214
   	ap_set_remote_port @215
  +      ap_open_stderr @216
   
  
  
  
  1.7       +2 -1      apache-2.0/src/lib/apr/file_io/win32/file_io.def
  
  Index: file_io.def
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/win32/file_io.def,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- file_io.def	1999/12/15 00:40:11	1.6
  +++ file_io.def	1999/12/15 01:53:29	1.7
  @@ -43,4 +43,5 @@
       ap_eof   @36
   	ap_get_filetype @37
   	ap_writev @38
  -    ap_open_stderr   @39
  \ No newline at end of file
  +    ap_open_stderr  @39
  +