K 10 svn:author V 7 delphij K 8 svn:date V 27 2005-01-11T14:34:29.000000Z K 7 svn:log V 314 Make WARNS=6 happy with our init(8): - Use more ``const''s where suitable. - Define strk() as a static function in global scope. This avoids the "nested extern declaration" warnings. - Use static initialization of strings, rather than referring string constants through char *. - Bump WARNS from 0 to 6. END