From owner-freebsd-bugs Thu Apr 23 10:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18344 for freebsd-bugs-outgoing; Thu, 23 Apr 1998 10:40:06 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18314; Thu, 23 Apr 1998 10:40:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 23 Apr 1998 10:40:02 -0700 (PDT) Message-Id: <199804231740.KAA18314@hub.freebsd.org> To: freebsd-bugs Cc: From: John Hay Subject: Re: kern/6397: Kernel options NS + IPX will cause conflicts in kernel compile Reply-To: John Hay Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/6397; it has been noted by GNATS. From: John Hay To: pb@wave.campus.luth.se Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/6397: Kernel options NS + IPX will cause conflicts in kernel compile Date: Thu, 23 Apr 1998 19:37:52 +0200 (SAT) > >Synopsis: Kernel options NS + IPX will cause conflicts in kernel compile > Will cause trouble in the switch/case in 'sys/net/if_ethersubr.c' > #ifdef IPX > case ETHERTYPE_IPX: > #ifdef NS > case 0x8137: /* Novell Ethernet_II Ethernet TYPE II */ > (shortened look at the real files for full details) > > sys/netipx/ipx_if.h: > #define ETHERTYPE_IPX 0x8137 > The conflict is because both actually do IPX. :-/ I maintain the IPX code and some other company/group use the NS code to do IPX, so you should try to have both in the kernel. John -- John Hay -- John.Hay@mikom.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message