Date: Wed, 31 Jul 2002 16:14:16 +0200 From: Ruben de Groot <fbsd-q@bzerk.org> To: freebsd-stable@freebsd.org Subject: buildkernel breaks on src/sys/sys/systm.h Message-ID: <20020731161416.A72464@ei.bzerk.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020731161416.A72464>