K 10 svn:author V 6 mlaier K 8 svn:date V 27 2004-03-15T13:41:17.000000Z K 7 svn:log V 427 Fix some style(9) related issues after discussion with/education from bde: - Add and where required (do not depend on other headers pulling it in). - __dead -> __dead2 - #if defined() -> #ifdef - Remove ugly PRIu64 macros and use %llu w/ (unsigned long long) cast. All changes looped back to OpenBSD (where applicable) for easier sync in the future. Requested by: bde Approved by: bms(mentor) END