From owner-freebsd-current Sat Mar 23 11:06:01 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA03160 for current-outgoing; Sat, 23 Mar 1996 11:06:01 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA03153 for ; Sat, 23 Mar 1996 11:05:59 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15198(12)>; Sat, 23 Mar 1996 11:05:26 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177478>; Sat, 23 Mar 1996 11:05:21 -0800 To: Nate Williams cc: "Jordan K. Hubbard" , current@freebsd.org, fenner@parc.xerox.com Subject: Re: Bleah! Who broke this recently?! In-reply-to: Your message of "Sat, 23 Mar 96 09:42:33 PST." <199603231742.KAA21415@rocky.sri.MT.net> Date: Sat, 23 Mar 1996 11:05:09 PST From: Bill Fenner Message-Id: <96Mar23.110521pst.177478@crevenia.parc.xerox.com> Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199603231742.KAA21415@rocky.sri.MT.net> you write: >Jordan K. Hubbard writes: >> -DFAILSAFE -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../.. > /pci/if_de.c >> ../../pci/if_de.c: In function `tulip_ioctl': >> ../../pci/if_de.c:1886: structure has no member named `ac_ipaddr' Argh, that's what I get for depending on "make depend". Sorry, folks, my bad. These were all abstraction violations anyway, why does the driver care about the address that ARP's get sent on? But I'll go try to fix things or back my change out. Bill