From owner-freebsd-current Mon May 17 0:31:14 1999 Delivered-To: freebsd-current@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id 7BC5A150D7 for ; Mon, 17 May 1999 00:31:10 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id JAA29838; Mon, 17 May 1999 09:31:09 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id JAA02762; Mon, 17 May 1999 09:31:08 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: John Polstra Cc: current@freebsd.org Subject: Re: sys/types.h rev. 1.33 breaks ps etc. on alpha In-reply-to: Your message of "Sun, 16 May 1999 13:39:47 PDT." Date: Mon, 17 May 1999 09:31:08 +0200 Message-ID: <2760.926926268@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , John Polstra writes: >Revision 1.33 of src/sys/types.h, which changed dev_t to a void * in >the kernel, breaks ps and a bunch of other things on the alpha. >Since dev_t now has a different size in the kernel than in userland, >ps and friends get a "proc size mismatch". Uhm... Ahh... change #define udev_t dev_t to typedef void *dev_t; and tell me how much that breaks... -- 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