From 8a784a3b9b8aa75de59c475acccc68802890f95b Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 27 Sep 2015 22:41:38 +0200 Subject: [PATCH] devip: declare cleanarpent() static --- sys/src/9/ip/arp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/9/ip/arp.c b/sys/src/9/ip/arp.c index 4ba2c8757..43d8de43b 100644 --- a/sys/src/9/ip/arp.c +++ b/sys/src/9/ip/arp.c @@ -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;