From owner-cvs-src Sun Mar 2 8:14: 0 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67BF337B401; Sun, 2 Mar 2003 08:13:59 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B85143F3F; Sun, 2 Mar 2003 08:13:58 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id E8B05530E; Sun, 2 Mar 2003 17:13:55 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Mark Murray Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/procfs procfs_ctl.c From: Dag-Erling Smorgrav Date: Sun, 02 Mar 2003 17:13:54 +0100 In-Reply-To: <200303021607.h22G7NIg053401@grimreaper.grondar.org> (Mark Murray's message of "Sun, 02 Mar 2003 16:07:22 +0000") Message-ID: User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (i386--freebsd) References: <200303021607.h22G7NIg053401@grimreaper.grondar.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mark Murray writes: > Can't we redefine caddr_t as void* instead? That seems to make a bunch > more sense for what caddr_t is actually used for. No, you'll get a lot of warnings and errors due to caddr_t being used in pointer arithmetic. I'd rather we got rid of it altogether (as discussed many times on -arch). I started doing this a year ago but gave up because I was trying to do too much (mechanically remove it from the entire tree) and lots of stuff broke. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message