看板 DFBSD_commit 關於我們 聯絡資訊
commit 1e86452563c3dff07019f4eeda74b6ed214bd022 Author: Matthew Dillon <dillon@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