看板 DFBSD_bugs 關於我們 聯絡資訊
Hi Matt, Thanks for the fast fix! Unfortunately following hunk breaks buildworld: index 91ccb23..180dadf 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -75,6 +75,9 @@ #ifndef _SYS_TYPES_H_ #include <sys/types.h> #endif +#ifndef _SYS_KERNEL_H_ +#include <sys/kernel.h> +#endif #ifndef _SYS_TREE_H_ #include <sys/tree.h> #endif as in sys/kernel.h: #ifndef _KERNEL #error "This file should not be included by userland programs." #else I'm not familiar with build infrastucture, so i have to stop here. On Thu, 24 Mar 2011 14:45:36 -0700 (PDT) Matthew Dillon <dillon@apollo.backplane.com> wrote: > I have pushed work to master that should hopefully fix the problem, > please test! > > -Matt > Matthew Dillon > <dillon@backplane.com>