Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 1996 11:49:23 PST
From:      Bill Fenner <fenner@parc.xerox.com>
To:        fenner@freefall.freebsd.org, nate@sri.mt.net
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org
Subject:   Re: cvs commit:  src/sys/i386/isa if_le.c
Message-ID:  <96Mar23.114924pst.177478@crevenia.parc.xerox.com>

next in thread | raw e-mail | index | archive | help
>This changes need to go into if_zp.c as well.

Unless CVS is doing something strange to me, then I don't think they do.
I just checked out a clean sys tree to work on, in /a/fenner/current/sys.
/a/fenner/current/sys/i386/isa/if_zp.c's only reference to ac_ipaddr
is inside the #else of an #if 1 .. #else .. #endif .

  Bill

freefall% pwd
/a/fenner/current/sys/i386/isa
freefall% grep -3 ac_ipaddr if_zp.c
#if 1
                        arp_ifinit((struct arpcom *) ifp, ifa);
#else
                        ((struct arpcom *) ifp)->ac_ipaddr = IA_SIN(ifa)->sin_addr;
                        arpwhohas((struct arpcom *) ifp, &IA_SIN(ifa)->sin_addr);
#endif
                        break;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?96Mar23.114924pst.177478>