Source-Changes-HG archive

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

[src/trunk]: src/sys/net Fix build



details:   https://anonhg.NetBSD.org/src/rev/c0aad7fa7dae
branches:  trunk
changeset: 343512:c0aad7fa7dae
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Tue Feb 09 14:43:16 2016 +0000

description:
Fix build

diffstat:

 sys/net/if_arcsubr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 648c3253f8bc -r c0aad7fa7dae sys/net/if_arcsubr.c
--- a/sys/net/if_arcsubr.c      Tue Feb 09 14:14:02 2016 +0000
+++ b/sys/net/if_arcsubr.c      Tue Feb 09 14:43:16 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_arcsubr.c,v 1.69 2015/10/13 12:33:07 roy Exp $      */
+/*     $NetBSD: if_arcsubr.c,v 1.70 2016/02/09 14:43:16 ozaki-r Exp $  */
 
 /*
  * Copyright (c) 1994, 1995 Ignatios Souvatzis
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_arcsubr.c,v 1.69 2015/10/13 12:33:07 roy Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_arcsubr.c,v 1.70 2016/02/09 14:43:16 ozaki-r Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -622,7 +622,7 @@
                    ifp->if_xname, arc_ipmtu, ARC_PHDS_MAXMTU);
 
        ifp->if_output = arc_output;
-       ifp->if_input = arc_input;
+       ifp->_if_input = arc_input;
        ac = (struct arccom *)ifp;
        ac->ac_seqid = (time_second) & 0xFFFF; /* try to make seqid unique */
        if (lla == 0) {



Home | Main Index | Thread Index | Old Index