From owner-freebsd-arch@FreeBSD.ORG Sun Mar 6 13:34:04 2005 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7658C16A4CE for ; Sun, 6 Mar 2005 13:34:04 +0000 (GMT) Received: from node15.coopprint.com (node15.cooperativeprinting.com [208.4.77.15]) by mx1.FreeBSD.org (Postfix) with SMTP id E5F5043D58 for ; Sun, 6 Mar 2005 13:34:03 +0000 (GMT) (envelope-from ryans@gamersimpact.com) Received: (qmail 23058 invoked by uid 0); 6 Mar 2005 13:32:58 -0000 Received: from unknown (HELO ?192.168.0.5?) (63.231.157.250) by node15.coopprint.com with SMTP; 6 Mar 2005 13:32:58 -0000 Message-ID: <422B06DD.8050801@gamersimpact.com> Date: Sun, 06 Mar 2005 07:34:21 -0600 From: Ryan Sommers User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <422AB45A.9040809@root.org> In-Reply-To: <422AB45A.9040809@root.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: arch@freebsd.org Subject: Re: patch: clean up msdosfs conversion routine X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2005 13:34:04 -0000 Nate Lawson wrote: > - u_int16_t code; > + u_int16_t *wcp; Aren't we converting from BSD u_intXX_t to the new C99 uint16_t? -- Ryan Sommers ryans@gamersimpact.com