From owner-cvs-src@FreeBSD.ORG Sun May 18 22:11:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDE7F1065675; Sun, 18 May 2008 22:11:47 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B70DA8FC17; Sun, 18 May 2008 22:11:47 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4IMBld3080901; Sun, 18 May 2008 22:11:47 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4IMBlkI080900; Sun, 18 May 2008 22:11:47 GMT (envelope-from jb) Message-Id: <200805182211.m4IMBlkI080900@repoman.freebsd.org> From: John Birrell Date: Sun, 18 May 2008 22:11:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys systm.h time.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2008 22:11:48 -0000 jb 2008-05-18 22:11:47 UTC FreeBSD src repository Modified files: sys/sys systm.h time.h Log: Remove some DTrace hook definitions that are now in dtrace_bsd.h which contains all the hook definitions rather than splattering them all over the header files. The definitions are only valid when the KDTRACE_HOOKS kernel option is defined, so other kernel sources have no need to see them. Revision Changes Path 1.266 +0 -6 src/sys/sys/systm.h 1.78 +0 -2 src/sys/sys/time.h