[stable 9]devd parse.y change

看板FB_stable作者時間13年前 (2012/10/09 18:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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" %} _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
文章代碼(AID): #1GS_NWh4 (FB_stable)