fielding    01/01/28 00:18:32

  Modified:    passwd   apr_getpass.c
               strings  apr_strings.c
  Log:
  Eliminate some missing prototype warnings.
  
  Revision  Changes    Path
  1.9       +3 -0      apr/passwd/apr_getpass.c
  
  Index: apr_getpass.c
  ===================================================================
  RCS file: /home/cvs/apr/passwd/apr_getpass.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- apr_getpass.c     2000/12/22 16:54:54     1.8
  +++ apr_getpass.c     2001/01/28 08:18:31     1.9
  @@ -73,6 +73,9 @@
   #if HAVE_STDLIB_H
   #include <stdlib.h>
   #endif
  +#if APR_HAVE_STRING_H
  +#include <string.h>
  +#endif
   #if APR_HAVE_STRINGS_H
   #include <strings.h>
   #endif
  
  
  
  1.7       +3 -0      apr/strings/apr_strings.c
  
  Index: apr_strings.c
  ===================================================================
  RCS file: /home/cvs/apr/strings/apr_strings.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- apr_strings.c     2000/12/22 16:54:55     1.6
  +++ apr_strings.c     2001/01/28 08:18:32     1.7
  @@ -59,6 +59,9 @@
   #ifdef HAVE_STDDEF_H
   #include <stddef.h> /* NULL */
   #endif
  +#if APR_HAVE_STRING_H
  +#include <string.h>
  +#endif
   #if APR_HAVE_STRINGS_H
   #include <strings.h>
   #endif
  
  
  

Reply via email to