Index: fbsd-6.2/lib/libc/isc/eventlib_p.h =================================================================== --- fbsd-6.2.orig/lib/libc/isc/eventlib_p.h +++ fbsd-6.2/lib/libc/isc/eventlib_p.h @@ -280,6 +280,8 @@ evWait *evFreeWait(evContext_p *ctx, evW #endif /* Global options */ +#ifndef _LIBC extern int __evOptMonoTime; +#endif #endif /*_EVENTLIB_P_H*/ Index: fbsd-6.2/lib/libc/resolv/res_debug.c =================================================================== --- fbsd-6.2.orig/lib/libc/resolv/res_debug.c +++ fbsd-6.2/lib/libc/resolv/res_debug.c @@ -472,7 +472,7 @@ const struct res_sym __p_type_syms[] = { /* * Names of DNS rcodes. */ -static const struct res_sym __p_rcode_syms[] = { +const struct res_sym __p_rcode_syms[] = { {ns_r_noerror, "NOERROR", "no error"}, {ns_r_formerr, "FORMERR", "format error"}, {ns_r_servfail, "SERVFAIL", "server failed"},