Date: Mon, 5 May 2003 01:25:18 -0600 From: Scott Long <scott_long@btc.adaptec.com> To: Greg Lehey <grog@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/vinum vinumconfig.c Message-ID: <20030505072517.GC83498@hollin.btc.adaptec.com> In-Reply-To: <200305050532.h455WFM1029824@repoman.freebsd.org> References: <200305050532.h455WFM1029824@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 04, 2003 at 10:32:15PM -0700, Greg Lehey wrote: > grog 2003/05/04 22:32:15 PDT > > FreeBSD src repository > > Modified files: > sys/dev/vinum vinumconfig.c > Log: > [...] This does not compile. Considering your recent statements on breaking code, and the well published fact that 5.1-BETA happens in less than 24 hours, I would appreciate if code was compile-tested before being checked in: cc -O -pipe -mcpu=pentiumpro -DVINUMDEBUG -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/dev -I@/../include -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/dev/vinum/vinumconfig.c /usr/src/sys/dev/vinum/vinumconfig.c:180: conflicting types for `give_plex_to_volume' @/dev/vinum/vinumext.h:73: previous declaration of `give_plex_to_volume' *** Error code 1 Stop in /usr/src/sys/modules/vinum. *** Error code 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030505072517.GC83498>