You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2002/11/15 00:59:40 UTC

cvs commit: apr/include/arch/unix misc.h

jorton      2002/11/14 15:59:40

  Modified:    include/arch/unix misc.h
  Log:
  Remove a stale comment.
  
  Revision  Changes    Path
  1.33      +0 -1      apr/include/arch/unix/misc.h
  
  Index: misc.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/unix/misc.h,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- misc.h	13 Mar 2002 20:39:18 -0000	1.32
  +++ misc.h	14 Nov 2002 23:59:40 -0000	1.33
  @@ -76,7 +76,6 @@
   #include <pthread.h>
   #endif
   
  -/* ### create APR_HAVE_* macros for these? */
   #if APR_HAVE_STDLIB_H
   #include <stdlib.h>
   #endif