]> git.lizzy.rs Git - plan9front.git/commitdiff
devip: declare cleanarpent() static
authorcinap_lenrek <cinap_lenrek@felloff.net>
Sun, 27 Sep 2015 20:41:38 +0000 (22:41 +0200)
committercinap_lenrek <cinap_lenrek@felloff.net>
Sun, 27 Sep 2015 20:41:38 +0000 (22:41 +0200)
sys/src/9/ip/arp.c

index 4ba2c8757e4dfa2d53b7207420a0c8e10e88fedb..43d8de43ba025c57f635b96a18041d62b3bb81eb 100644 (file)
@@ -165,7 +165,7 @@ newarp6(Arp *arp, uchar *ip, Ipifc *ifc, int addrxt)
 
 /* called with arp qlocked */
 
-void
+static void
 cleanarpent(Arp *arp, Arpent *a)
 {
        Arpent *f, **l;