You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@locus.apache.org on 2000/07/14 16:17:36 UTC

cvs commit: apache-1.3/src/main alloc.c

rse         00/07/14 07:17:35

  Modified:    src/main alloc.c
  Log:
  Use strict ANSI C...
  
  Revision  Changes    Path
  1.120     +1 -1      apache-1.3/src/main/alloc.c
  
  Index: alloc.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/alloc.c,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- alloc.c	2000/06/22 23:22:27	1.119
  +++ alloc.c	2000/07/14 14:17:35	1.120
  @@ -519,7 +519,7 @@
       return permanent_pool;
   }
   
  -void ap_cleanup_alloc()
  +void ap_cleanup_alloc(void)
   {
       ap_destroy_mutex(alloc_mutex);
       ap_destroy_mutex(spawn_mutex);