From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 3 10:40:09 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33BF8106564A for ; Sat, 3 Mar 2012 10:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C3B8B8FC12 for ; Sat, 3 Mar 2012 10:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q23Ae89j052369 for ; Sat, 3 Mar 2012 10:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q23Ae8x8052368; Sat, 3 Mar 2012 10:40:08 GMT (envelope-from gnats) Date: Sat, 3 Mar 2012 10:40:08 GMT Message-Id: <201203031040.q23Ae8x8052368@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: misc/165644: drtrace finds the syntax error in /usr/lib/dtrace/psinfo.d: syntax error near "uid_t" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2012 10:40:09 -0000 The following reply was made to PR misc/165644; it has been noted by GNATS. From: Andriy Gapon To: bug-followup@FreeBSD.org, yuri@tsoft.com Cc: Subject: Re: misc/165644: drtrace finds the syntax error in /usr/lib/dtrace/psinfo.d: syntax error near "uid_t" Date: Sat, 03 Mar 2012 12:39:52 +0200 The message you quoted appears when dtrace module is not loaded. I talked about the case where your kernel is not compiled to support DTrace. -- Andriy Gapon