From owner-freebsd-current Wed May 12 3:15:47 1999 Delivered-To: freebsd-current@freebsd.org Received: from neophyte.h4x0rz.za.org (neophyte.h4x0rz.za.org [206.49.228.8]) by hub.freebsd.org (Postfix) with ESMTP id E140C14EDF for ; Wed, 12 May 1999 03:15:34 -0700 (PDT) (envelope-from andrew@neophyte.h4x0rz.za.org) Received: from localhost (andrew@localhost) by neophyte.h4x0rz.za.org (8.9.3/8.9.2) with ESMTP id MAA02508 for ; Wed, 12 May 1999 12:17:04 +0200 (SAST) (envelope-from andrew@neophyte.h4x0rz.za.org) Date: Wed, 12 May 1999 12:17:03 +0200 (SAST) From: vortexia To: current@freebsd.org Subject: Re: simple (but important) task for junior kernel hacker In-Reply-To: <3983.926498993@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hrmmm have any commits been made on this one yet? The reason Im asking is that as of about 2am my time last night I cvsupped to 4.0-CURRENT and I cant build, it dies on libkvm. It claims the error exists in /usr/src/sys/sys/vnode.h, exact error message as follows: In file included from /usr/src/lib/libkvm/kvm_getswapinfo.c:22: /usr/src/lib/libkvm/../../sys/sys/vnode.h:186: parse error before `udev_t' /usr/src/lib/libkvm/../../sys/sys/vnode.h:186: warning: no semicolon at end of struct or union /usr/src/lib/libkvm/../../sys/sys/vnode.h:191: parse error before `:' cc -nostdinc -O -pipe -DLIBC_SCCS -I/usr/src/lib/libkvm/../../sys -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o cc -fpic -DPIC -nostdinc -O -pipe -DLIBC_SCCS -I/usr/src/lib/libkvm/../../sys -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libkvm/kvmproc.c -o kvm_proc.So *** Error code 1 *** Error code 1 2 errors (I think this is right, I had to type it out but I think I got it ok). Any ideas? Cheers Andrew On Wed, 12 May 1999, Poul-Henning Kamp wrote: > In message <19990512034529.A5516@phc.igs.net>, Robert Garrett writes: > > >> There is a dev_t passed out to pstat -s in a datastructure. > > > >Right and thats where it comes from kvm_proc.c is responsible for > >dealing with pstat at least the way I read that file > > pstat >-s< is what we're talking about right now. > > -- > Poul-Henning Kamp FreeBSD coreteam member > phk@FreeBSD.ORG "Real hackers run -current on their laptop." > FreeBSD -- It will take a long time before progress goes too far! > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message