You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@locus.apache.org on 2000/12/05 05:46:25 UTC

cvs commit: apr-util/src/hooks ap_hooks.c

rbb         00/12/04 20:46:25

  Modified:    src/buckets ap_buckets.c
               src/encoding ap_sha1.c
               src/hooks ap_hooks.c
  Log:
  Remove some warnings.  The fixes may not be perfectly portable, but this
  is a start.  We now build without cleanly and create a working web server.
  
  :-)
  
  Revision  Changes    Path
  1.34      +1 -0      apr-util/src/buckets/ap_buckets.c
  
  Index: ap_buckets.c
  ===================================================================
  RCS file: /home/cvs/apr-util/src/buckets/ap_buckets.c,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- ap_buckets.c	2000/12/05 01:02:48	1.33
  +++ ap_buckets.c	2000/12/05 04:46:23	1.34
  @@ -53,6 +53,7 @@
    */
   
   #include "apr.h"
  +#include "apr_lib.h"
   #include "apr_pools.h"
   #include "apr_tables.h"
   #include "apr_errno.h"
  
  
  
  1.17      +1 -0      apr-util/src/encoding/ap_sha1.c
  
  Index: ap_sha1.c
  ===================================================================
  RCS file: /home/cvs/apr-util/src/encoding/ap_sha1.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- ap_sha1.c	2000/12/05 01:12:28	1.16
  +++ ap_sha1.c	2000/12/05 04:46:24	1.17
  @@ -89,6 +89,7 @@
   #ifdef CHARSET_EBCDIC
   #include "apr_xlate.h"
   #endif /*CHARSET_EBCDIC*/
  +#include <string.h>
   
   /* a bit faster & bigger, if defined */
   #define UNROLL_LOOPS
  
  
  
  1.23      +1 -0      apr-util/src/hooks/ap_hooks.c
  
  Index: ap_hooks.c
  ===================================================================
  RCS file: /home/cvs/apr-util/src/hooks/ap_hooks.c,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- ap_hooks.c	2000/12/05 02:19:38	1.22
  +++ ap_hooks.c	2000/12/05 04:46:24	1.23
  @@ -54,6 +54,7 @@
   
   #include <assert.h>
   #include <stdio.h>
  +#include <stdlib.h>
   
   #include "apr_pools.h"
   #include "apr_tables.h"
  
  
  

Re: cvs commit: apr-util/src/hooks ap_hooks.c

Posted by rb...@covalent.net.
>   Remove some warnings.  The fixes may not be perfectly portable, but this
>   is a start.  We now build without cleanly and create a working web server.

s/without//

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------


Re: cvs commit: apr-util/src/hooks ap_hooks.c

Posted by rb...@covalent.net.
>   Remove some warnings.  The fixes may not be perfectly portable, but this
>   is a start.  We now build without cleanly and create a working web server.

s/without//

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------