diff options
| -rw-r--r-- | sys/src/9/ip/arp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
