From owner-cvs-all Sat May 20 22:33:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AE6737B609; Sat, 20 May 2000 22:33:41 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA25943; Sat, 20 May 2000 22:33:41 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <200005210533.WAA25943@freefall.freebsd.org> From: Tim Vanderhoek Date: Sat, 20 May 2000 22:33:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pdq pdq_ifsubr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hoek 2000/05/20 22:33:41 PDT Modified files: sys/dev/pdq pdq_ifsubr.c Log: Uh, ya, sure this almost compiled for __bsdi__. NOT! Note that __bsdi__s_/_i_/_os_/__ has moved this file to dev/ic/ and has completely removed the non-compiling function from pdq_ifsubr.c and has completely removed this function and placed it into netinet/if_ether.c (if, in fact, it wasn't there the whole time). I was tempted to simply remove this __bsdi__only__ function. The function is arp_ifinit(). PR: kern/7903 Revision Changes Path 1.12 +2 -1 src/sys/dev/pdq/pdq_ifsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message