The current apr is missing a macro apr_sigwait(), it is referenced in
apr/threadproc/unix/signals.c, and I guess it must look somewhat
similar to the following:

> #ifdef SIGWAIT_TAKES_ONE_ARG
> #define apr_sigwait(a,b) sigwait(a)
> #else
> #define apr_sigwait(a,b) sigwait(a,b)
> #endif

Without this macro, httpd-2.0 doesn't build, because apr_sigwait is
unresolved at link time.

I was going to commit this fix (Ryan had told me recently he had added
me to the committers list), but alas:
  **** Access denied: Insufficient Karma (martin|apr/threadproc/unix)
  cvs server: Pre-commit check failed
  cvs [server aborted]: correct above errors first!
  cvs commit: saving log message in /tmp/cvssIKmf78601

   Martin
-- 
<[EMAIL PROTECTED]>         |     Fujitsu Siemens
Fon: +49-89-636-46021, FAX: +49-89-636-41143 | 81730  Munich,  Germany

Reply via email to