Module Name:    src
Committed By:   maxv
Date:           Fri May 11 13:56:43 UTC 2018

Modified Files:
        src/sys/netinet: if_arp.c

Log Message:
static


To generate a diff of this commit:
cvs rdiff -u -r1.274 -r1.275 src/sys/netinet/if_arp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netinet/if_arp.c
diff -u src/sys/netinet/if_arp.c:1.274 src/sys/netinet/if_arp.c:1.275
--- src/sys/netinet/if_arp.c:1.274	Tue May  1 07:21:39 2018
+++ src/sys/netinet/if_arp.c	Fri May 11 13:56:43 2018
@@ -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 @@ arp_fasttimo(void)
 	}
 }
 
-const struct protosw arpsw[] = {
+static const struct protosw arpsw[] = {
 	{
 		.pr_type = 0,
 		.pr_domain = &arpdomain,

Reply via email to