From owner-cvs-all Sun Jan 31 00:17:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA28725 for cvs-all-outgoing; Sun, 31 Jan 1999 00:17:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA28719; Sun, 31 Jan 1999 00:17:19 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA80268; Sun, 31 Jan 1999 00:17:19 -0800 (PST) (envelope-from julian@FreeBSD.org) Date: Sun, 31 Jan 1999 00:17:19 -0800 (PST) Message-Id: <199901310817.AAA80268@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/net if_ethersubr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/01/31 00:17:18 PST Modified files: sys/net if_ethersubr.c Log: Slight cleanups. There were 2 ways of getting the arpcom from the ifp. Both equally bogus. Make it a macro so that we can pretend it's not bogus and maybe make it less so some time in the future. Revision Changes Path 1.55 +22 -23 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message