From owner-freebsd-stable Wed Jul 31 7:13:36 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF7937B400 for ; Wed, 31 Jul 2002 07:13:31 -0700 (PDT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99FA543E70 for ; Wed, 31 Jul 2002 07:13:30 -0700 (PDT) (envelope-from fbsd-q@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.5/8.12.5) with ESMTP id g6VEEGr6072489 for ; Wed, 31 Jul 2002 16:14:17 +0200 (CEST) (envelope-from stable@ei.bzerk.org) Received: (from stable@localhost) by ei.bzerk.org (8.12.5/8.12.5/Submit) id g6VEEG1d072488 for freebsd-stable@freebsd.org; Wed, 31 Jul 2002 16:14:16 +0200 (CEST) Date: Wed, 31 Jul 2002 16:14:16 +0200 From: Ruben de Groot To: freebsd-stable@freebsd.org Subject: buildkernel breaks on src/sys/sys/systm.h Message-ID: <20020731161416.A72464@ei.bzerk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just cvsupped and now my buildkernel seems to be broken: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 /usr/src/sys/net/zlib.c In file included from /usr/src/sys/net/zlib.c:58: /usr/src/sys/sys/systm.h:116: conflicting types for `crc32' /usr/src/sys/net/zlib.h:961: previous declaration of `crc32' /usr/src/sys/sys/systm.h:116: warning: redundant redeclaration of `crc32' in same scope /usr/src/sys/net/zlib.h:961: warning: previous declaration of `crc32' *** Error code 1 I checked http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/systm.h and it seems this file has been updated only hours ago. Should I just be patient and cvsup again later? greetings, Ruben de Groot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message