K 10 svn:author V 7 wollman K 8 svn:date V 27 1996-11-21T19:36:09.000000Z K 7 svn:log V 401 Fix lots of non-bug questionable code: - Don't link against libkvm and don't uselessly include . - Declare constant objects as const. - Declare functions with the correct types. - Call functions with the correct parameters. Not fixed: - The sysctl parsing remains ugly (but it may be the best we can do). - atnetrange() should use strtoul() rather than sscanf() for better error checking. END