git: kernel - Adjust krate infrastructure
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Aug 11 14:06:35 PDT 2010
commit 1e86452563c3dff07019f4eeda74b6ed214bd022
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Aug 11 13:59:36 2010 -0700
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.
Summary of changes:
sys/kern/kern_descrip.c | 4 +++-
sys/kern/kern_resource.c | 1 -
sys/sys/resourcevar.h | 10 +++++++++-
sys/sys/time.h | 13 -------------
4 files changed, 12 insertions(+), 16 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1e86452563c3dff07019f4eeda74b6ed214bd022
--
DragonFly BSD source repository
More information about the Commits
mailing list