dreid       01/07/07 09:45:09

  Modified:    include  apr_portable.h
  Log:
  FreeBSD doesn't use threads so this didn't show up on my system,
  but Ian noticed it and yelled :)  Basically we need the definition of
  apr_sms_t now that we have the register functions in apr_portable.h,
  so add the header.
  
  Submitted by: Ian Holsman <[EMAIL PROTECTED]>
  Reviewed by:  David Reid <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.62      +1 -0      apr/include/apr_portable.h
  
  Index: apr_portable.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_portable.h,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- apr_portable.h    2001/07/07 06:42:23     1.61
  +++ apr_portable.h    2001/07/07 16:45:08     1.62
  @@ -72,6 +72,7 @@
   #include "apr_lock.h"
   #include "apr_time.h"
   #include "apr_dso.h"
  +#include "apr_sms.h"
   
   #if APR_HAVE_DIRENT_H
   #include <dirent.h>
  
  
  

Reply via email to