From owner-svn-src-all@FreeBSD.ORG Thu Sep 18 20:38:19 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E10118D; Thu, 18 Sep 2014 20:38:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 088B2A4; Thu, 18 Sep 2014 20:38:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IKcItu049603; Thu, 18 Sep 2014 20:38:18 GMT (envelope-from smh@FreeBSD.org) Received: (from smh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8IKcIc6049601; Thu, 18 Sep 2014 20:38:18 GMT (envelope-from smh@FreeBSD.org) Message-Id: <201409182038.s8IKcIc6049601@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: smh set sender to smh@FreeBSD.org using -f From: Steven Hartland Date: Thu, 18 Sep 2014 20:38:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r271819 - in head: share/man/man9 sys/cddl/compat/opensolaris/kern X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 20:38:19 -0000 Author: smh Date: Thu Sep 18 20:38:18 2014 New Revision: 271819 URL: http://svnweb.freebsd.org/changeset/base/271819 Log: Remove sys/types.h include as per style (9) SDT requries sys/param.h due to use of NULL Reported by: Garrett Sponsored by: Multiplay Modified: head/share/man/man9/SDT.9 head/sys/cddl/compat/opensolaris/kern/opensolaris_dtrace.c Modified: head/share/man/man9/SDT.9 ============================================================================== --- head/share/man/man9/SDT.9 Thu Sep 18 20:35:22 2014 (r271818) +++ head/share/man/man9/SDT.9 Thu Sep 18 20:38:18 2014 (r271819) @@ -32,7 +32,6 @@ .Nd a DTrace framework for adding statically-defined tracing probes .Sh SYNOPSIS .In sys/param.h -.In sys/types.h .In sys/queue.h .In sys/sdt.h .Fn SDT_PROVIDER_DECLARE prov Modified: head/sys/cddl/compat/opensolaris/kern/opensolaris_dtrace.c ============================================================================== --- head/sys/cddl/compat/opensolaris/kern/opensolaris_dtrace.c Thu Sep 18 20:35:22 2014 (r271818) +++ head/sys/cddl/compat/opensolaris/kern/opensolaris_dtrace.c Thu Sep 18 20:38:18 2014 (r271819) @@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$"); #include -#include #include #include