From cb1f63b2dcf7ece9ff648d828aea1a74bfd41987 Mon Sep 17 00:00:00 2001 From: cube Date: Wed, 14 Nov 2007 01:11:14 +0000 Subject: [PATCH] Follow up on arc -> arcnet renaming. Pointed out by joerg@. --- sys/netinet/if_arp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/netinet/if_arp.c b/sys/netinet/if_arp.c index b5610cba3424..f162d9244ff0 100644 --- a/sys/netinet/if_arp.c +++ b/sys/netinet/if_arp.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_arp.c,v 1.128 2007/09/02 19:42:22 dyoung Exp $ */ +/* $NetBSD: if_arp.c,v 1.129 2007/11/14 01:11:14 cube Exp $ */ /*- * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. @@ -75,7 +75,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.128 2007/09/02 19:42:22 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.129 2007/11/14 01:11:14 cube Exp $"); #include "opt_ddb.h" #include "opt_inet.h" @@ -115,8 +115,8 @@ __KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.128 2007/09/02 19:42:22 dyoung Exp $"); #include #include -#include "arc.h" -#if NARC > 0 +#include "arcnet.h" +#if NARCNET > 0 #include #endif #include "fddi.h"