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/11/29 01:22:05 UTC

cvs commit: apr/test testdso.c testmd5.c testsf.c

rbb         00/11/28 16:22:05

  Modified:    test     testdso.c testmd5.c testsf.c
  Log:
  Get the test programs mostly working again.
  
  Revision  Changes    Path
  1.9       +1 -0      apr/test/testdso.c
  
  Index: testdso.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testdso.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- testdso.c	2000/11/15 21:46:38	1.8
  +++ testdso.c	2000/11/29 00:22:04	1.9
  @@ -4,6 +4,7 @@
   #include "apr_dso.h"
   #include <string.h>
   #include <stdlib.h>
  +#include <stdio.h>
   #include <unistd.h>
   
   #define LIB_NAME "mod_test.so"
  
  
  
  1.4       +2 -0      apr/test/testmd5.c
  
  Index: testmd5.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testmd5.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- testmd5.c	2000/08/06 06:07:29	1.3
  +++ testmd5.c	2000/11/29 00:22:05	1.4
  @@ -54,9 +54,11 @@
   
   #include <assert.h>
   #include <stdlib.h>
  +#include <stdio.h>
   
   #include "apr_md5.h"
   #include "apr_xlate.h"
  +#include "apr_general.h"
   
   struct testcase {
       const char *s;
  
  
  
  1.17      +1 -0      apr/test/testsf.c
  
  Index: testsf.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testsf.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- testsf.c	2000/11/19 14:24:19	1.16
  +++ testsf.c	2000/11/29 00:22:05	1.17
  @@ -57,6 +57,7 @@
   #include <signal.h>
   #include <stdlib.h>
   #include <string.h>
  +#include <sys/uio.h>
   #include "apr_network_io.h"
   #include "apr_errno.h"
   #include "apr_general.h"