From owner-cvs-all Wed May 8 17:38: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19A6C37B416; Wed, 8 May 2002 17:37:58 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g490bvi19477; Wed, 8 May 2002 17:37:57 -0700 (PDT) (envelope-from wpaul) Message-Id: <200205090037.g490bvi19477@freefall.freebsd.org> From: Bill Paul Date: Wed, 8 May 2002 17:37:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/arp arp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wpaul 2002/05/08 17:37:57 PDT Modified files: usr.sbin/arp arp.c Log: Unbreak this file after the last drive-by committing. We have to #include route.h before iso88025.h, and we have to dereference the trld_route array correctly. (NOTE: I'm not altogether sure that this is really the correct way to traverse this array. This just eliminates the build warning/error. It may not work right at runtime, and I have no way to test it since I lack the necessary hardware.) Broken by: kbyanc, who gets to wear the pointy hat Revision Changes Path 1.40 +2 -2 src/usr.sbin/arp/arp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message