From owner-freebsd-current@FreeBSD.ORG Sat Feb 19 04:36:40 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A24BD1065672 for ; Sat, 19 Feb 2011 04:36:40 +0000 (UTC) (envelope-from lattera@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 392368FC12 for ; Sat, 19 Feb 2011 04:36:39 +0000 (UTC) Received: by wyb32 with SMTP id 32so204672wyb.13 for ; Fri, 18 Feb 2011 20:36:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=2/iR7J1pL0T1VtXKEPeYU6S0HfghJtpmsOz9qR/6A3M=; b=nhAoI8V0abd5XwlHtxAHYfsUuBmzUJ0er0fBNd15SKzN0rhOPkfz/I1Xts1V3vAsCw mtz3aX+/GGXga1Ty9jfp5YRCGh5RSynyvAVVJvV7tvEyKpXhzw/6LTH/+DVEAbRs9jfU HIzDpxcpDbSjQAXVrd+12mFOc3dI9DTcEbtrw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=eP2ti9Wjfk4CMf+A31rrgeDCcwN+nouQxx8HmJ9jcRbVSPtNiVfFtpQ2iXzAxhQBMl 5yqJjOQCK5lCoa5fHfNWV1tpcaetXueFULO+KoUSI8wl+QKuzNIbib6cV3ELVCynaFPJ AhBuaqq59Av1KN0pC7l+cmBNvmYQLWBHctKcU= MIME-Version: 1.0 Received: by 10.227.143.198 with SMTP id w6mr1377688wbu.37.1298090199107; Fri, 18 Feb 2011 20:36:39 -0800 (PST) Received: by 10.227.68.204 with HTTP; Fri, 18 Feb 2011 20:36:39 -0800 (PST) Date: Fri, 18 Feb 2011 21:36:39 -0700 Message-ID: From: Shawn Webb To: FreeBSD-current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: DTrace Broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 04:36:40 -0000 Hey fellow current users, Looks like dtrace is broken in current: # dtrace -l -f acl dtrace: invalid probe specifier acl: "/usr/lib/dtrace/psinfo.d", line 37: syntax error near "uid_t" Line 37 shows: uid_t pr_uid; /* real user id */ Looks good to me, but why is dtrace complaining? Thanks, Shawn Webb