Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet Replace NARC with NARCNET to follow renaming at ...



details:   https://anonhg.NetBSD.org/src/rev/911e5435f863
branches:  trunk
changeset: 338408:911e5435f863
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Fri May 22 07:44:46 2015 +0000

description:
Replace NARC with NARCNET to follow renaming at 2007

Hmm, is anyone using this?

diffstat:

 sys/netinet/if_arp.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 1f743187e3d1 -r 911e5435f863 sys/netinet/if_arp.c
--- a/sys/netinet/if_arp.c      Fri May 22 06:27:17 2015 +0000
+++ b/sys/netinet/if_arp.c      Fri May 22 07:44:46 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_arp.c,v 1.168 2015/05/21 09:29:51 ozaki-r Exp $     */
+/*     $NetBSD: if_arp.c,v 1.169 2015/05/22 07:44:46 ozaki-r Exp $     */
 
 /*-
  * Copyright (c) 1998, 2000, 2008 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.168 2015/05/21 09:29:51 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.169 2015/05/22 07:44:46 ozaki-r Exp $");
 
 #include "opt_ddb.h"
 #include "opt_inet.h"
@@ -555,7 +555,7 @@
                                rt->rt_rmx.rmx_mtu = FDDIIPMTU;
                        break;
 #endif
-#if NARC > 0
+#if NARCNET > 0
                case IFT_ARCNET:
                    {
                        int arcipifmtu;
@@ -603,7 +603,7 @@
                                        rt->rt_rmx.rmx_mtu = FDDIIPMTU;
                                break;
 #endif
-#if NARC > 0
+#if NARCNET > 0
                        case IFT_ARCNET:
                            {
                                int arcipifmtu;



Home | Main Index | Thread Index | Old Index