From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 8 18:40:52 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01C9E37B401 for ; Tue, 8 Apr 2003 18:40:52 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5758B43F85 for ; Tue, 8 Apr 2003 18:40:51 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) h391eiKj060542; Tue, 8 Apr 2003 18:40:44 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6p2/8.12.5/Submit) id h391eirR060541; Tue, 8 Apr 2003 18:40:44 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Tue, 8 Apr 2003 18:40:44 -0700 From: David Schultz To: Robin Carey Message-ID: <20030409014043.GA60474@HAL9000.homeunix.com> Mail-Followup-To: Robin Carey , freebsd-bugs@freebsd.org References: <20030405161701.31564.qmail@web10908.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030405161701.31564.qmail@web10908.mail.yahoo.com> cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Two problems with 4.8 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 01:40:52 -0000 On Sat, Apr 05, 2003, Robin Carey wrote: > 1) There are quite a few warnings produced when compiling a > Kernel, which is surely a Bad Thing (tm). Most of them don't represent real problems, but it wouldn't be a bad idea to clean some of them up. > 2) I don't know a lot about ``ISO C99'' but according to > Slackware-8.1 is part of the standard; FreeBSD-4.8 only > has . And from what little I know about ``ISO C99'' > the uint*_t types defined by FreeBSD-4.8 should > actually be defined in . That's how its done on > Slackware-8.1. FreeBSD 5.0 and higher have a C99-compliant stdint.h.