From owner-freebsd-current Wed Aug 2 6:57:59 2000 Delivered-To: freebsd-current@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 2124337B5BF for ; Wed, 2 Aug 2000 06:57:53 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13Jz1j-0005v1-00; Wed, 02 Aug 2000 15:57:43 +0200 From: Sheldon Hearn To: Stephen Hocking Cc: current@FreeBSD.ORG Subject: Re: More compile errors in current (if_dc.c) In-reply-to: Your message of "Wed, 02 Aug 2000 08:31:59 EST." <200008021331.IAA79893@bloop.craftncomp.com> Date: Wed, 02 Aug 2000 15:57:43 +0200 Message-ID: <22749.965224663@axl.ops.uunet.co.za> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message