From owner-freebsd-current Sat Apr 29 22:19:09 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA09235 for current-outgoing; Sat, 29 Apr 1995 22:19:09 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA09229 ; Sat, 29 Apr 1995 22:19:05 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id WAA23231; Sat, 29 Apr 1995 22:19:02 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id WAA03214; Sat, 29 Apr 1995 22:19:01 -0700 Message-Id: <199504300519.WAA03214@corbin.Root.COM> To: Gary Palmer (FreeBSD/ARM Team) cc: current@freefall.cdrom.com Subject: Re: if_fddisubr.c In-reply-to: Your message of "Fri, 28 Apr 95 16:12:34 PDT." <28423.799110754@freefall.cdrom.com> From: David Greenman Reply-To: davidg@Root.COM Date: Sat, 29 Apr 1995 22:19:01 -0700 Sender: current-owner@FreeBSD.org Precedence: bulk > >from LINT (with -Wall) > >../../net/if_fddisubr.c: In function `fddi_input': >../../net/if_fddisubr.c:486: `ac' undeclared (first use this function) >../../net/if_fddisubr.c:486: (Each undeclared identifier is reported only once >../../net/if_fddisubr.c:486: for each function it appears in.) >../../net/if_fddisubr.c:487: `eh' undeclared (first use this function) > >Someone cure please... This is the third report I've gotten about this. It is of course fixable, but the 'right' fix is probably to remove the netiso code. Noone in our group has the ability to test it, and as far as I know it is broken and useless. The errors are ocurring because LINT defines options "ISO" and the if_fddisubr.c's ISO code is out of date. -DG