Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Oct 2012 19:36:08 -0700
From:      Sean Bruno <seanbru@yahoo-inc.com>
To:        "freebsd-stable@freebsd.org" <freebsd-stable@freebsd.org>
Cc:        "obrien@freebsd.org" <obrien@freebsd.org>
Subject:   [stable 9]devd parse.y change
Message-ID:  <1349750168.56141.39.camel@powernoodle.corp.yahoo.com>

next in thread | raw e-mail | index | archive | help
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"
 
 %}





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1349750168.56141.39.camel>