Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet static



details:   https://anonhg.NetBSD.org/src/rev/df870c40eb60
branches:  trunk
changeset: 318978:df870c40eb60
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri May 11 13:56:43 2018 +0000
description:
static

diffstat:

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

diffs (27 lines):

diff -r 5a3a73092422 -r df870c40eb60 sys/netinet/if_arp.c
--- a/sys/netinet/if_arp.c      Fri May 11 13:52:48 2018 +0000
+++ b/sys/netinet/if_arp.c      Fri May 11 13:56:43 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_arp.c,v 1.274 2018/05/01 07:21:39 maxv Exp $        */
+/*     $NetBSD: if_arp.c,v 1.275 2018/05/11 13:56:43 maxv 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.274 2018/05/01 07:21:39 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.275 2018/05/11 13:56:43 maxv Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ddb.h"
@@ -255,7 +255,7 @@
        }
 }
 
-const struct protosw arpsw[] = {
+static const struct protosw arpsw[] = {
        {
                .pr_type = 0,
                .pr_domain = &arpdomain,



Home | Main Index | Thread Index | Old Index