git: 9front

Download patch

ref: e6f9a8dacd485ec1fdcd4ab5f0e4869caafe8502
parent: 6ed42e47ce7208431743fe88040133cf51d7dbef
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Sep 27 18:41:38 EDT 2015

devip: declare cleanarpent() static

--- a/sys/src/9/ip/arp.c
+++ b/sys/src/9/ip/arp.c
@@ -165,7 +165,7 @@
 
 /* called with arp qlocked */
 
-void
+static void
 cleanarpent(Arp *arp, Arpent *a)
 {
 	Arpent *f, **l;
--