From owner-freebsd-stable@FreeBSD.ORG Tue Oct 9 06:29:14 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1147C3BC; Tue, 9 Oct 2012 06:29:14 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 98B019078F; Tue, 9 Oct 2012 02:36:27 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q992a812000410; Mon, 8 Oct 2012 19:36:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1349750169; bh=gPDbq6WTfoQtoiTSXxurscBMicFpPNQGlJlaV+dP+lE=; h=Subject:From:To:Cc:Content-Type:Date:Message-ID:Mime-Version: Content-Transfer-Encoding; b=Cgrnd9UhCO/1wpSODk7vs7T4sz+phmQ4YeFe0xJSvkPdiauJfPi/0KTqBZzpYL7mW 1JBytbBrynwA2MXf70i2T32ustyWCjGzx065v2PjutFvkIebWgZApkKBXbCmGEmYHN fOiqnhczdKL1qo4HFbTKKyZEzqKsJNTT2Ysw3i9U= Subject: [stable 9]devd parse.y change From: Sean Bruno To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset="UTF-8" Date: Mon, 08 Oct 2012 19:36:08 -0700 Message-ID: <1349750168.56141.39.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 750168008 Cc: "obrien@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2012 06:29:14 -0000 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 #include +#include "devd.h" %}