From owner-cvs-all Sat Mar 8 3:43:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C3CB37B401; Sat, 8 Mar 2003 03:43:21 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A82FB43F85; Sat, 8 Mar 2003 03:43:18 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA24085; Sat, 8 Mar 2003 22:43:16 +1100 Date: Sat, 8 Mar 2003 22:43:15 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Juli Mallett Cc: "Andrey A. Chernov" , , , Subject: Re: cvs commit: src/sys/sys stat.h In-Reply-To: <20030307171407.A23796@FreeBSD.org> Message-ID: <20030308222943.Y10373-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 7 Mar 2003, Juli Mallett wrote: > * De: "Andrey A. Chernov" [ Data: 2003-03-07 ] > [ Subjecte: cvs commit: src/sys/sys stat.h ] > > ache 2003/03/07 15:11:37 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/sys stat.h > > Log: > > Replace u_int with "unsigned int" to prevent following errors: > > Spelling it as u_int in nearly every case it's used annoys the heck out > of me. These ones though were going to be taken care of by mike@ as > part of a larger part of diffs to clean up namespace bugs. Most of Mike's changes are correct, but the correct fix for the u_int is to back out revs.1.31-33 so that the type is "int" again, and fix broken programs that complain about plain int bit-fields. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message