From owner-freebsd-current@FreeBSD.ORG  Sun Oct 23 05:45:13 2011
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
Delivered-To: freebsd-current@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 76EBA106564A
	for <freebsd-current@freebsd.org>; Sun, 23 Oct 2011 05:45:13 +0000 (UTC)
	(envelope-from greglmiller@gmail.com)
Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50])
	by mx1.freebsd.org (Postfix) with ESMTP id DA23F8FC0C
	for <freebsd-current@freebsd.org>; Sun, 23 Oct 2011 05:45:12 +0000 (UTC)
Received: by wwi18 with SMTP id 18so7313563wwi.31
	for <multiple recipients>; Sat, 22 Oct 2011 22:45:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=NUn+LIjFOJ/Xx/oirC9l1cdEi+TA8z0VWM3oidFls6o=;
	b=uYY/xddvHIlBdOBrooGWHEjnDby/6A9bL2eYD5P9oT87dOyUZLzX+DVocmdUugE/hI
	DucFdE0ERVsua6d+bpEsFX7Itn6XzU/hi0W1kAW93h6mJhgk90Ix1yY44NMIFHGcUcIU
	aiSyOezIiF9yRhR56zp1g3lAO0Mj56BqVinPw=
MIME-Version: 1.0
Received: by 10.227.160.78 with SMTP id m14mr7970272wbx.7.1319348711696; Sat,
	22 Oct 2011 22:45:11 -0700 (PDT)
Received: by 10.180.89.38 with HTTP; Sat, 22 Oct 2011 22:45:11 -0700 (PDT)
In-Reply-To: <1319341433.49428.7.camel@neo.cse.buffalo.edu>
References: <1319341433.49428.7.camel@neo.cse.buffalo.edu>
Date: Sun, 23 Oct 2011 00:45:11 -0500
Message-ID: <CAHLcusQEz6Ei_Zu6SJcqNoSv+jhzpvWhd2rUqVAhHyWSR4HrtA@mail.gmail.com>
From: Greg Miller <greglmiller@gmail.com>
To: Ken Smith <kensmith@buffalo.edu>
Content-Type: text/plain; charset=ISO-8859-1
Cc: freebsd-current@freebsd.org, freebsd-stable <freebsd-stable@freebsd.org>
Subject: Re: FreeBSD 9.0-RC1 Available...
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
	<freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, 
	<mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 23 Oct 2011 05:45:13 -0000

On 10/22/11, Ken Smith <kensmith@buffalo.edu> wrote:
>
> The first of the Release Candidate builds of the 9.0-RELEASE release
> cycle is now available.  Since this is the first release of a brand

New in RC1, with GENERIC:

cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=native
-std=c99 -g -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions
-Wmissing-include-dirs -fdiagnostics-show-option -nostdinc  -I.
-I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common
-finline-limit=8000 --param inline-unit-growth=100 --param
large-function-growth=1000  -fno-omit-frame-pointer -mno-sse
-mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector
-Werror  /usr/src/sys/fs/devfs/devfs_devs.c
cc1: warnings being treated as errors
/usr/src/sys/fs/devfs/devfs_devs.c: In function 'devfs_free':
/usr/src/sys/fs/devfs/devfs_devs.c:174: warning: implicit declaration
of function 'devfs_free_cdp_inode'
/usr/src/sys/fs/devfs/devfs_devs.c:174: warning: nested extern
declaration of 'devfs_free_cdp_inode' [-Wnested-externs]
/usr/src/sys/fs/devfs/devfs_devs.c: At top level:
/usr/src/sys/fs/devfs/devfs_devs.c:689: warning: no previous prototype
for 'devfs_alloc_cdp_inode' [-Wmissing-prototypes]
/usr/src/sys/fs/devfs/devfs_devs.c:696: warning: no previous prototype
for 'devfs_free_cdp_inode' [-Wmissing-prototypes]
/usr/src/sys/fs/devfs/devfs_devs.c:696: warning: conflicting types for
'devfs_free_cdp_inode'
/usr/src/sys/fs/devfs/devfs_devs.c:174: warning: previous implicit
declaration of 'devfs_free_cdp_inode' was here
*** Error code 1