K 10 svn:author V 3 mux K 8 svn:date V 27 2004-04-03T22:56:54.000000Z K 7 svn:log V 249 - Don't abuse caddr_t when what we really want is a void *. - Use the %jd format and a cast to intmax_t to print an int64_t. - The return type of getopt() is an int, not a char. This fixes some warnings but there's still much more work to do here. END