From owner-freebsd-bugs Mon Dec 27 8: 9:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id A7A0314FCD; Mon, 27 Dec 1999 08:09:44 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 41F641CA0; Tue, 28 Dec 1999 00:09:34 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: asmodai@FreeBSD.org Cc: taka@cs.pitt.edu, freebsd-bugs@FreeBSD.org Subject: Re: misc/15696: A minor bug in procfs code In-Reply-To: Message from of "Mon, 27 Dec 1999 07:01:00 PST." <199912271501.HAA11783@freefall.freebsd.org> Date: Tue, 28 Dec 1999 00:09:34 +0800 From: Peter Wemm Message-Id: <19991227160934.41F641CA0@overcee.netplex.com.au> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org asmodai@FreeBSD.org wrote: > Synopsis: A minor bug in procfs code > > State-Changed-From-To: open->closed > State-Changed-By: asmodai > State-Changed-When: Mon Dec 27 06:58:40 PST 1999 > State-Changed-Why: > The repository as well as the ftp URL in this PR both show that the in > the PR mentioned `typo' never existed. > > The given `fix' for the middle line has been in the code since 1996, > not the other way around. Actually you were confused by a typo in the report. There really was a typo, but not the one you were looking at. The trailing "," should have been a ";". It's really fixed now. :-) ppid = p->p_pptr ? p->p_pptr->p_pid : 0, should be ppid = p->p_pptr ? p->p_pptr->p_pid : 0; Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message