You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@locus.apache.org on 2000/06/26 15:18:58 UTC

cvs commit: apache-2.0/src/lib/apr/threadproc/beos threadproc.h

dreid       00/06/26 06:18:58

  Modified:    src/lib/apr/threadproc/beos threadproc.h
  Log:
  Tidy up a definition to stop a warning.
  
  Revision  Changes    Path
  1.13      +1 -1      apache-2.0/src/lib/apr/threadproc/beos/threadproc.h
  
  Index: threadproc.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/threadproc/beos/threadproc.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- threadproc.h	2000/06/17 11:11:40	1.12
  +++ threadproc.h	2000/06/26 13:18:57	1.13
  @@ -106,7 +106,7 @@
   	int  count;
   	sem_id  lock;
   	int32  ben_lock;
  -	void (* destructor) ();
  +	void (* destructor) (void *);
   };
   
   struct ap_procattr_t {