On Wed, 02 Aug 2000 08:31:59 EST, Stephen Hocking wrote:
> cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extension
s
> -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include
> opt_global.h -elf -mpreferred-stack-boundary=2 ../../pci/if_dc.c
> ../../pci/if_dc.c: In function `dc_setcfg':
> ../../pci/if_dc.c:1228: `DC_WDOG_CTLWREN' undeclared (first use in this
> function)
> ../../pci/if_dc.c:1228: (Each undeclared identifier is reported only once
> ../../pci/if_dc.c:1228: for each function it appears in.)
You can get around this by backing out rev 1.19 of if_dc.c .
As developers get progressively slacker about checking their changes,
you're going to have to learn to follow your cvs-all mail more closely.
:-)
Of course, that doesn't apply in this case, since the breakage was
immediately merged onto the RELENG_4 branch. ;-)
Ciao,
Sheldon.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message