[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[rbb@locus.apache.org: cvs commit: apache-2.0/src/lib/apr/lib apr_pools.c]

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-11-09 20:25:54 CET

fyi...

----- Forwarded message from rbb@locus.apache.org -----

Reply-To: new-httpd@apache.org
Date: 9 Nov 2000 18:17:30 -0000
From: rbb@locus.apache.org
To: apache-2.0-cvs@apache.org
Subject: cvs commit: apache-2.0/src/lib/apr/lib apr_pools.c

rbb 00/11/09 10:17:29

  Modified: src/lib/apr/lib apr_pools.c
  Log:
  #include <string.h>, for memset().
  Submitted by: Karl Fogel <kfogel@collab.net>
  
  Revision Changes Path
  1.71 +3 -0 apache-2.0/src/lib/apr/lib/apr_pools.c
  
  Index: apr_pools.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/lib/apr_pools.c,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- apr_pools.c 2000/11/09 15:01:23 1.70
  +++ apr_pools.c 2000/11/09 18:17:29 1.71
  @@ -91,6 +91,9 @@
   #include <fcntl.h>
   #endif
   
  +#ifdef HAVE_STRING_H
  +#include <string.h>
  +#endif
   #ifdef HAVE_STDLIB_H
   #include <stdlib.h>
   #endif
  
  
  

----- End forwarded message -----

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:14 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.