From owner-freebsd-alpha Fri Mar 23 18:57: 5 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from VL-MS-MR002.sc1.videotron.ca (relais.videotron.ca [24.201.245.36]) by hub.freebsd.org (Postfix) with ESMTP id AC42D37B71B for ; Fri, 23 Mar 2001 18:57:03 -0800 (PST) (envelope-from nospam@videotron.ca) Received: from neutrino.quantum.net ([24.201.229.37]) by VL-MS-MR002.sc1.videotron.ca (Netscape Messaging Server 4.15) with ESMTP id GAOLIF03.HFZ for ; Fri, 23 Mar 2001 21:56:39 -0500 Received: from videotron.ca (client32.quantum.net [192.168.56.32]) by neutrino.quantum.net (8.12.0.Beta5/8.12.0.Beta5) with ESMTP id f2O2v2mD022538 for ; Fri, 23 Mar 2001 21:57:03 -0500 (EST) Message-ID: <3ABC0CFE.4010707@videotron.ca> Date: Fri, 23 Mar 2001 21:57:02 -0500 From: tcn Reply-To: leclercn@videotron.ca User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20010131 Netscape6/6.01 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-alpha@freebsd.org Subject: dev_t size mismatch kernel / userland Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I found a problem with dev_t. The kernel uses a dev_t as a pointer and userland uses it as an integer. What should I do: change userland to 64 bits and rebuild world? Normand Leclerc leclercn@videotron.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message