From owner-freebsd-stable@FreeBSD.ORG Fri Dec 7 23:39:06 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C78775A for ; Fri, 7 Dec 2012 23:39:06 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 3ABB08FC12 for ; Fri, 7 Dec 2012 23:39:06 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Th7VZ-0000qO-FC for freebsd-stable@freebsd.org; Fri, 07 Dec 2012 15:39:05 -0800 Date: Fri, 7 Dec 2012 15:39:05 -0800 (PST) From: Jakub Lach To: freebsd-stable@freebsd.org Message-ID: <1354923545357-5767503.post@n5.nabble.com> Subject: Cannot build kernel since subr_devstat.c commit MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 23:39:06 -0000 Relevant bit is- /usr/src/sys/kern/subr_devstat.c:295:2: error: implicit declaration of function 'DTRACE_DEVSTAT_BIO_START' is invalid in C99 [-Werror,-Wimplicit-function-declaration] DTRACE_DEVSTAT_BIO_START(); ^ /usr/src/sys/kern/subr_devstat.c:390:2: error: implicit declaration of function 'DTRACE_DEVSTAT_BIO_DONE' is invalid in C99 [-Werror,-Wimplicit-function-declaration] DTRACE_DEVSTAT_BIO_DONE(); ^ /usr/src/sys/kern/subr_devstat.c:390:2: note: did you mean 'DTRACE_DEVSTAT_BIO_START'? DTRACE_DEVSTAT_BIO_DONE(); ^~~~~~~~~~~~~~~~~~~~~~~ DTRACE_DEVSTAT_BIO_START /usr/src/sys/kern/subr_devstat.c:295:2: note: 'DTRACE_DEVSTAT_BIO_START' declared here DTRACE_DEVSTAT_BIO_START(); ^ 2 errors generated. *** [subr_devstat.o] Error code 1 http://svnweb.freebsd.org/base/stable/9/sys/kern/subr_devstat.c?view=log -- View this message in context: http://freebsd.1045724.n5.nabble.com/Cannot-build-kernel-since-subr-devstat-c-commit-tp5767503.html Sent from the freebsd-stable mailing list archive at Nabble.com.