Subject: Re: kernel make complains about if_ethersubr.c
To: Thomas M. Crockett <tmc@netcom.com>
From: None <Mark_Weaver@brown.edu>
List: current-users
Date: 12/17/1993 10:38:02
> I received the following when trying to make a new kernel today (12/16).
> Did I miss something via CVS report?
> Thanks,
> Tom
>
> cc -c -O -I. -I../../../../arch -I../../../.. -I../../../../sys
> -DCOYOTE -DI486_CPU -DTCP_COMPAT_42 -DCOMPAT_43 -DCOMPAT_NOMID -DDDB
> -DISO -DINET -DTPIP -DMACHINE_NONCONTIG -DXSERVER -DUCONSOLE -DKERNFS
> -DFDESC -DMSDOSFS -DMFS -DQUOTA -DFIFO -DKTRACE -DDEVPAGER -DVNODEPAGER
> -DSWAPPAGER -DKERNEL -Di386 ../../../../net/if_ethersubr.c
> ../../../../net/if_ethersubr.c: In function `ether_addmulti':
> ../../../../net/if_ethersubr.c:500: structure has no member named `ac_multiaddrs'
> [etc]
To fix this, either add "options MULTICAST" or remove "options ISO".
It is a glitch I found and have reported.
Mark
--------------------------------------------------------------------
Email: Mark_Weaver@brown.edu | Brown University
PGP Key: finger mhw@cs.brown.edu | Dept of Computer Science
------------------------------------------------------------------------------