From pst@Shockwave.COM  Wed Apr 26 11:41:50 1995
Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33])
          by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA21005
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Apr 1995 11:41:48 -0700
Received: (from pst@localhost) by precipice.shockwave.com (8.6.11/8.6.9) id LAA03550; Wed, 26 Apr 1995 11:41:15 -0700
Message-Id: <199504261841.LAA03550@precipice.shockwave.com>
Date: Wed, 26 Apr 1995 11:41:15 -0700
From: Paul Traina <pst@Shockwave.COM>
Reply-To: pst@Shockwave.COM
To: FreeBSD-gnats-submit@freebsd.org
Subject: if_fddisubr.c doesn't compile
X-Send-Pr-Version: 3.2

>Number:         365
>Category:       kern
>Synopsis:       if_fddisubr.c doesn't compile (it never has...?!?)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs (FreeBSD bugs mailing list)
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 26 11:50:00 1995
>Closed-Date:    Tue Jun 27 15:36:13 PDT 1995
>Last-Modified:
>Originator:     Paul Traina
>Release:        FreeBSD 2.1.0-Development i386
>Organization:
Shockwave Engineering
>Environment:

FreeBSD-current as of today.

>Description:

This file just plain and simple doesn't compile,  which I find insanely
difficult to believe.

>How-To-Repeat:

config LINT
cd /sys/compile/LINT
make

cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -nostdinc -I.
-I../.. -I../../sys -I../../../include -DLINT -DI586_CPU -DI486_CPU -DI386_CPU -
DPROBE_VERBOSE -DBREAK_TO_DEBUGGER -DDSI_SOFT_MODEM -DCOM_MULTIPORT -DCOMCONSOLE
-DFDSEEKWAIT="16" -DMAXCONS=16 -DHARDFONTS -DBOUNCE_BUFFERS -DAUTO_EOI_1 -DSCSI
_REPORT_GEOMETRY -DSCSIDEBUG -DQUOTA -DMFS_ROOT=10 -DUNION -DUMAPFS -DPROCFS -DP
ORTAL -DNULLFS -DMSDOSFS -DMFS -DLFS -DKERNFS -DFDESC -DCD9660 -DNQNFS -DNFS -DF
FS -DARP_PROXYALL -DIPACCT -DIPFIREWALL_VERBOSE -DIPFIREWALL -DMROUTING -DGATEWA
Y -DTCP_COMPAT_42 -DHDLC -DLLC -DEON -DNSIP -DTPCONS -DTPIP -DNS -DCCITT -DISO -
DINET -DUCONSOLE -DDIAGNOSTIC -DKTRACE -DDODUMP -DDDB -DSYSVMSG -DSYSVSEM -DSYSV
SHM -DUSER_LDT -DCOMPAT_43 -DMATH_EMULATE -DOPEN_MAX=128 -DCHILD_MAX=128 -DKERNE
L -Di386 -DLOAD_ADDRESS=0xF0100000  ../../net/if_fddisubr.c
../../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)
*** Error code 1

>Fix:
	
FIIK
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: bde 
State-Changed-When: Tue Jun 27 15:36:13 PDT 1995 
State-Changed-Why:  
This is part of the much larger problem that many ISO-related 
things don't work even if they compile.  Worked around by 
disabling ISO-related things in revision 1.177 1995/05/05 of 
/sys/i386/conf/LINT. 
>Unformatted:



