Index: head/sys/boot/kshim/bsd_global.h =================================================================== --- head/sys/boot/kshim/bsd_global.h +++ head/sys/boot/kshim/bsd_global.h @@ -55,7 +55,6 @@ #include #include #include -#include #include #include #include Index: head/sys/boot/kshim/bsd_kernel.h =================================================================== --- head/sys/boot/kshim/bsd_kernel.h +++ head/sys/boot/kshim/bsd_kernel.h @@ -579,4 +579,7 @@ #define strlcpy(d,s,n) snprintf((d),(n),"%s",(s)) #endif +/* Should be defined in user application since it is machine-dependent */ +extern int delay(unsigned int); + #endif /* _BSD_KERNEL_H_ */