From owner-cvs-sys Fri Jan 9 10:52:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA28318 for cvs-sys-outgoing; Fri, 9 Jan 1998 10:52:43 -0800 (PST) (envelope-from owner-cvs-sys) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA28285; Fri, 9 Jan 1998 10:52:20 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id SAA13232; Fri, 9 Jan 1998 18:51:52 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id TAA12676; Fri, 9 Jan 1998 19:51:51 +0100 (MET) Message-ID: <19980109195151.23934@follo.net> Date: Fri, 9 Jan 1998 19:51:51 +0100 From: Eivind Eklund To: Julian Elischer Cc: Eivind Eklund , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf options src/sys/dev/en midway.c src/sys/dev/pdq pdq_ifsubr.c src/sys/dev/vx if_vx.c src/sys/i386/eisa if_fea.c if_vx_eisa.c src/sys/i386/isa if_ar.c if_cx.c if_ed.c if_eg.c if_el.c if_ep.c i References: <199801082342.PAA03143@freefall.freebsd.org> <34B568F0.446B9B3D@whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <34B568F0.446B9B3D@whistle.com>; from Julian Elischer on Thu, Jan 08, 1998 at 04:01:52PM -0800 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Jan 08, 1998 at 04:01:52PM -0800, Julian Elischer wrote: > Eivind Eklund wrote: > > > > > > > This commit move struct arpcom from to > > . > > > All hell is going to break out over this I'm sure.. Technically: Only if something outside the kernel define struct arpcom differently and include . include , so exposure is only widened a little. > did a 'make world' still work? I didn't test - there are no references to arpcom in bin, libexec, sbin, usr.bin, or usr.sbin. I don't have my machine set up to do 'make world' too easily (one of my disks are slightly unstable, so I've not dared to test for some time). Eivind.