You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/12/20 01:08:53 UTC

cvs commit: apache-1.3/src/os/win32 passwd.c

wrowe       00/12/19 16:08:52

  Modified:    src/os/win32 passwd.c
  Log:
    How amusing... missing the prototype for strlen all this time.
  
  Revision  Changes    Path
  1.2       +1 -0      apache-1.3/src/os/win32/passwd.c
  
  Index: passwd.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/passwd.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- passwd.c	1997/08/31 16:43:18	1.1
  +++ passwd.c	2000/12/20 00:08:52	1.2
  @@ -1,4 +1,5 @@
   #include <stdio.h>
  +#include <string.h>
   #include "passwd.h"
   
   /* Very tacky implementation */