From owner-svn-src-head@FreeBSD.ORG Mon Dec 29 18:59:50 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 868FB106566C; Mon, 29 Dec 2008 18:59:50 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 744D28FC08; Mon, 29 Dec 2008 18:59:50 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mBTIxog9064521; Mon, 29 Dec 2008 18:59:50 GMT (envelope-from rwatson@svn.freebsd.org) Received: (from rwatson@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mBTIxowt064520; Mon, 29 Dec 2008 18:59:50 GMT (envelope-from rwatson@svn.freebsd.org) Message-Id: <200812291859.mBTIxowt064520@svn.freebsd.org> From: Robert Watson Date: Mon, 29 Dec 2008 18:59:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186568 - head/cddl/contrib/opensolaris/cmd/zinject X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2008 18:59:51 -0000 Author: rwatson Date: Mon Dec 29 18:59:50 2008 New Revision: 186568 URL: http://svn.freebsd.org/changeset/base/186568 Log: Include param.h instead of types.h before mount.h so that the nested include of param.h can be removed from audit.h. MFC after: 3 days Modified: head/cddl/contrib/opensolaris/cmd/zinject/zinject.c Modified: head/cddl/contrib/opensolaris/cmd/zinject/zinject.c ============================================================================== --- head/cddl/contrib/opensolaris/cmd/zinject/zinject.c Mon Dec 29 18:58:22 2008 (r186567) +++ head/cddl/contrib/opensolaris/cmd/zinject/zinject.c Mon Dec 29 18:59:50 2008 (r186568) @@ -146,6 +146,7 @@ #include #include +#include #include #include