Bah, found a nit when buildworlding stable/9 on pc-bsd9 that Bruce pointed out 6 months ago? http://comments.gmane.org/gmane.os.freebsd.current/142170 I'll patch this if there are no objections? Index: sbin/devd/parse.y ==================================================================--- sbin/devd/parse.y (revision 241362) +++ sbin/devd/parse.y (working copy) @@ -29,9 +29,9 @@ * $FreeBSD$ */ -#include "devd.h" #include <stdio.h> #include <string.h> +#include "devd.h" %}