K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-11-13T11:24:23.000000Z K 7 svn:log V 376 Turn on NO_WERROR and set WARNS to 1. Fix the WARNS 1 warnings except unused variables. Add prototype for log_netobj(). Don't compare signed/unsigned. Cast u_int64_t to 'unsigned long long' and print using %llu. Fix constness of string arrays. Use a cast to avoid an unused parameter in a signal handler. alarm(2) can't fail, so don't check for it. ANSI'ify some functions. END