You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@hyperreal.org on 1998/07/08 20:02:17 UTC

cvs commit: apache-1.3/src/include ap.h

jim         98/07/08 11:02:17

  Modified:    src/include ap.h
  Log:
  Some clarity about SIO :)
  
  Revision  Changes    Path
  1.18      +3 -3      apache-1.3/src/include/ap.h
  
  Index: ap.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/ap.h,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ap.h	1998/06/19 21:02:36	1.17
  +++ ap.h	1998/07/08 18:02:16	1.18
  @@ -53,9 +53,9 @@
    * For more information on the Apache Group and the Apache HTTP server
    * project, please see <http://www.apache.org/>.
    *
  - * This code is based on, and used with the permission of, the
  - * SIO stdio-replacement strx_* functions by Panos Tsirigotis
  - * <pa...@alumni.cs.colorado.edu> for xinetd.
  + * The ap_vsnprintf/ap_snprintf functions are based on, and used with the
  + * permission of, the  SIO stdio-replacement strx_* functions by Panos
  + * Tsirigotis <pa...@alumni.cs.colorado.edu> for xinetd.
    */
   
   #ifndef APACHE_AP_H