Garrett Rooney <[EMAIL PROTECTED]> writes:

> on lines 278 and 283 you replace put with pupt for apr_os_exp_time_put
> and apr_os_thread_put.  i assume that's wrong, since i can't for the
> life of me figure out what pupt would mean ;-)

good for you

if sleeping child cooperates I'll fix it up Real Soon Now...

$ grep pupt `find . -name '*.h'`
./srclib/apr/include/apr_portable.h: * @deffunc apr_status_t 
apr_os_exp_time_pupt(apr_exploded_time_t
*aprtime, apr_os_exp_time_t **ostime, apr_pool_t *cont)
./srclib/apr/include/apr_portable.h:APR_DECLARE(apr_status_t) 
apr_os_exp_time_pupt(apr_exploded_time_t *aprtime,
./srclib/apr/include/apr_portable.h: * @deffunc apr_status_t 
apr_os_thread_pupt(apr_thread_t **thd, apr_os_thread_t *thethd,
./srclib/apr/include/apr_portable.h:APR_DECLARE(apr_status_t) 
apr_os_thread_pupt(apr_thread_t **thd,
$ grep pupt `find . -name '*.c'`
./server/exports.c:const void *ap_hack_apr_os_exp_time_pupt = (const void 
*)apr_os_exp_time_pupt;
./server/exports.c:const void *ap_hack_apr_os_thread_pupt = (const void 
*)apr_os_thread_pupt;
./srclib/apr/threadproc/beos/thread.c:apr_status_t 
apr_os_thread_pupt(apr_thread_t **thd, apr_os_thread_t *thethd,
./srclib/apr/threadproc/unix/thread.c:apr_status_t 
apr_os_thread_pupt(apr_thread_t **thd, apr_os_thread_t *thethd,
./srclib/apr/threadproc/win32/thread.c:APR_DECLARE(apr_status_t) 
apr_os_thread_pupt(apr_thread_t **thd,
./srclib/apr/time/unix/time.c:apr_status_t 
apr_os_exp_time_pupt(apr_exploded_time_t *aprtime,
./srclib/apr/time/win32/time.c:APR_DECLARE(apr_status_t) 
apr_os_exp_time_pupt(apr_exploded_time_t *aprtime, 

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to