From owner-svn-src-all@freebsd.org Sun May 15 20:04:44 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A973CB3CEB5; Sun, 15 May 2016 20:04:44 +0000 (UTC) (envelope-from markj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 5FBD210A3; Sun, 15 May 2016 20:04:44 +0000 (UTC) (envelope-from markj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4FK4hfD069387; Sun, 15 May 2016 20:04:43 GMT (envelope-from markj@FreeBSD.org) Received: (from markj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4FK4hsr069383; Sun, 15 May 2016 20:04:43 GMT (envelope-from markj@FreeBSD.org) Message-Id: <201605152004.u4FK4hsr069383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: markj set sender to markj@FreeBSD.org using -f From: Mark Johnston Date: Sun, 15 May 2016 20:04:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299864 - in head/sys: cam/scsi modules/cam modules/tcp/fastpath netinet/tcp_stacks 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.22 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: Sun, 15 May 2016 20:04:44 -0000 Author: markj Date: Sun May 15 20:04:43 2016 New Revision: 299864 URL: https://svnweb.freebsd.org/changeset/base/299864 Log: opt_kdtrace.h is not needed for SDT probes as of r258541. Modified: head/sys/cam/scsi/scsi_pass.c head/sys/modules/cam/Makefile head/sys/modules/tcp/fastpath/Makefile head/sys/netinet/tcp_stacks/fastpath.c Modified: head/sys/cam/scsi/scsi_pass.c ============================================================================== --- head/sys/cam/scsi/scsi_pass.c Sun May 15 17:25:31 2016 (r299863) +++ head/sys/cam/scsi/scsi_pass.c Sun May 15 20:04:43 2016 (r299864) @@ -28,8 +28,6 @@ #include __FBSDID("$FreeBSD$"); -#include "opt_kdtrace.h" - #include #include #include Modified: head/sys/modules/cam/Makefile ============================================================================== --- head/sys/modules/cam/Makefile Sun May 15 17:25:31 2016 (r299863) +++ head/sys/modules/cam/Makefile Sun May 15 20:04:43 2016 (r299864) @@ -11,7 +11,6 @@ SRCS= opt_cam.h SRCS+= opt_ada.h SRCS+= opt_scsi.h SRCS+= opt_cd.h -SRCS+= opt_kdtrace.h SRCS+= opt_pt.h SRCS+= opt_sa.h SRCS+= opt_ses.h Modified: head/sys/modules/tcp/fastpath/Makefile ============================================================================== --- head/sys/modules/tcp/fastpath/Makefile Sun May 15 17:25:31 2016 (r299863) +++ head/sys/modules/tcp/fastpath/Makefile Sun May 15 20:04:43 2016 (r299864) @@ -7,7 +7,7 @@ KMOD= fastpath SRCS= fastpath.c -SRCS+= opt_ipfw.h opt_inet.h opt_inet6.h opt_ipsec.h opt_kdtrace.h +SRCS+= opt_ipfw.h opt_inet.h opt_inet6.h opt_ipsec.h SRCS+= opt_tcpdebug.h # Modified: head/sys/netinet/tcp_stacks/fastpath.c ============================================================================== --- head/sys/netinet/tcp_stacks/fastpath.c Sun May 15 17:25:31 2016 (r299863) +++ head/sys/netinet/tcp_stacks/fastpath.c Sun May 15 20:04:43 2016 (r299864) @@ -58,7 +58,6 @@ __FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" -#include "opt_kdtrace.h" #include "opt_tcpdebug.h" #include