You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2001/08/06 17:09:52 UTC

cvs commit: apr/test testmem.c

trawick     01/08/06 08:09:52

  Modified:    test     testmem.c
  Log:
  access the memset() declaration
  
  Revision  Changes    Path
  1.11      +2 -0      apr/test/testmem.c
  
  Index: testmem.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testmem.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- testmem.c	2001/07/11 20:15:39	1.10
  +++ testmem.c	2001/08/06 15:09:52	1.11
  @@ -65,6 +65,8 @@
   #include <errno.h>
   #include <stdio.h>
   #include <stdlib.h>
  +#define APR_WANT_MEMFUNC
  +#include "apr_want.h"
   #include "test_apr.h"
   
   #define LUMPS       10