Buildkernel fails in r285995 due to the follwoing error: linking kernel kern_shutdown.o: In function `kern_reboot': /usr/src/sys/kern/kern_shutdown.c:(.text+0x2e6): undefined reference to `bufshutdown' *** [kernel] Error code 1
Did you run into this issue when you did make buildkernel without running make buildworld/kernel-toolchain first? $ svn blame sys/sys/buf.h | grep bufshutdown 285993 jeff void bufshutdown(int); $
Can not recall, too long since it happened. This time, at recent CURRENT, the issue does not occur. Please close.
Closing by request.