You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jw...@apache.org on 2002/06/11 20:07:04 UTC

cvs commit: apr/tables apr_tables.c

jwoolley    2002/06/11 11:07:04

  Modified:    tables   apr_tables.c
  Log:
  Why was this in there?  It generates a warning (deprecated header file)
  on FreeBSD 4.6-RC.
  
  Revision  Changes    Path
  1.26      +0 -3      apr/tables/apr_tables.c
  
  Index: apr_tables.c
  ===================================================================
  RCS file: /home/cvs/apr/tables/apr_tables.c,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -d -u -r1.25 -r1.26
  --- apr_tables.c	13 Mar 2002 20:39:27 -0000	1.25
  +++ apr_tables.c	11 Jun 2002 18:07:03 -0000	1.26
  @@ -69,9 +69,6 @@
   #if APR_HAVE_STDLIB_H
   #include <stdlib.h>
   #endif
  -#ifdef HAVE_MALLOC_H
  -#include <malloc.h>
  -#endif
   #if APR_HAVE_STRING_H
   #include <string.h>
   #endif