From owner-freebsd-stable@FreeBSD.ORG Sun Oct 23 06:10:48 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81161106564A for ; Sun, 23 Oct 2011 06:10:48 +0000 (UTC) (envelope-from greglmiller@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1B09A8FC2A for ; Sun, 23 Oct 2011 06:10:47 +0000 (UTC) Received: by wyi40 with SMTP id 40so6711958wyi.13 for ; Sat, 22 Oct 2011 23:10:47 -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: From: Greg Miller To: Ken Smith Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org, freebsd-stable Subject: Re: FreeBSD 9.0-RC1 Available... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 06:10:48 -0000 On 10/22/11, Ken Smith 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