You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@hyperreal.org on 1999/10/05 03:16:21 UTC

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

stoddard    99/10/04 18:16:21

  Modified:    src/lib/apr/file_io/win32 file_io.def
  Log:
  Update exports to pick-up function name change from Ryan's commit earlier today
  
  Revision  Changes    Path
  1.5       +1 -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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- file_io.def	1999/09/24 19:12:18	1.4
  +++ file_io.def	1999/10/05 01:16:19	1.5
  @@ -37,7 +37,7 @@
       	ap_putc   @30
       	ap_getc   @31
   	ap_puts @32
  -	ap_gets @33
  +	ap_fgets @33
   	ap_flush @34
       	ap_fprintf   @35
       	ap_eof   @36