shithub: riscv

Download patch

ref: 8a784a3b9b8aa75de59c475acccc68802890f95b
parent: 4449a347569fa9705bdf9a6d3c89d55f49899f4b
author: cinap_lenrek <[email protected]>
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;