kernel - Adjust krate infrastructure
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 11 Aug 2010 20:59:36 +0000 (13:59 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 11 Aug 2010 21:04:34 +0000 (14:04 -0700)
commit1e86452563c3dff07019f4eeda74b6ed214bd022
tree6f146821d9928311ef9434dd7b41a45ca446505b
parente0ecab34ad3bafce5faf3e1b2351311b031d1208
kernel - Adjust krate infrastructure

* Move struct krate from sys/time.h to sys/resourcevar.h

* Remove krate from struct uidinfo, it created too much breakage
  in the buildworld.  Declare it as a static instead.
sys/kern/kern_descrip.c
sys/kern/kern_resource.c
sys/sys/resourcevar.h
sys/sys/time.h