More compile errors in current (if_dc.c)

2000-08-02 Thread Stephen Hocking

cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions 
-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.)

-- 
  The views expressed above are not those of PGS Tensor.

"We've heard that a million monkeys at a million keyboards could produce
 the Complete Works of Shakespeare; now, thanks to the Internet, we know
 this is not true."Robert Wilensky, University of California




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: More compile errors in current (if_dc.c)

2000-08-02 Thread Sheldon Hearn



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



Re: More compile errors in current (if_dc.c)

2000-08-02 Thread Stephen Hocking


Yeah - I was just trying to express my irritation without being overly nasty. 
Beats me why thing are commited without being compiled though.


Stephen
-- 
  The views expressed above are not those of PGS Tensor.

"We've heard that a million monkeys at a million keyboards could produce
 the Complete Works of Shakespeare; now, thanks to the Internet, we know
 this is not true."Robert Wilensky, University of California




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message