K 10 svn:author V 7 delphij K 8 svn:date V 27 2009-09-28T10:22:46.033526Z K 7 svn:log V 334 Use correct sizeof() object for klist 'list'. Currently, struct klist contained only SLIST_HEAD as its member, thus sizeof(struct klist) would equal to sizeof(struct klist *), so this change makes the code more correct in terms of semantics, but should be a no-op to compiler at this time. Reported by: MQ END