You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@locus.apache.org on 2000/08/05 18:04:57 UTC

cvs commit: apache-2.0/src/modules/mpm/spmt_os2 spmt_os2.c

bjh         00/08/05 09:04:57

  Modified:    src/modules/mpm/spmt_os2 spmt_os2.c
  Log:
  Fix warnings about string functions.
  
  Revision  Changes    Path
  1.60      +1 -0      apache-2.0/src/modules/mpm/spmt_os2/spmt_os2.c
  
  Index: spmt_os2.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/spmt_os2/spmt_os2.c,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- spmt_os2.c	2000/08/02 14:44:50	1.59
  +++ spmt_os2.c	2000/08/05 16:04:56	1.60
  @@ -74,6 +74,7 @@
   #include "ap_iol.h"
   #include "apr_portable.h"
   #include "mpm_common.h"
  +#include "apr_strings.h"
   
   #include <os2.h>
   #include <stdlib.h>