[stable 9]devd parse.y change
Sean Bruno
seanbru at yahoo-inc.com
Tue Oct 9 06:29:14 UTC 2012
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"
%}
More information about the freebsd-stable
mailing list