You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Dean Gaudet <dg...@hyperreal.com> on 1997/06/24 00:48:49 UTC

cvs commit: apache/support suexec.c

dgaudet     97/06/23 15:48:49

  Modified:    support   suexec.c
  Log:
  string.h is ANSI, strings.h isn't.  Use string.h.
  
  Revision  Changes    Path
  1.23      +1 -1      apache/support/suexec.c
  
  Index: suexec.c
  ===================================================================
  RCS file: /export/home/cvs/apache/support/suexec.c,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -C3 -r1.22 -r1.23
  *** suexec.c	1997/04/24 23:28:46	1.22
  --- suexec.c	1997/06/23 22:48:48	1.23
  ***************
  *** 75,81 ****
    #include <sys/types.h>
    #include <stdio.h>
    #include <stdarg.h>
  ! #include <strings.h>
    #include <pwd.h>
    #include <grp.h>
    #include <time.h>
  --- 75,81 ----
    #include <sys/types.h>
    #include <stdio.h>
    #include <stdarg.h>
  ! #include <string.h>
    #include <pwd.h>
    #include <grp.h>
    #include <time.h>