diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-09-27 22:41:38 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-09-27 22:41:38 +0200 |
commit | 8a784a3b9b8aa75de59c475acccc68802890f95b (patch) | |
tree | 7e516f21dbdad3037bab99a966775666e257d0a4 /sys | |
parent | 4449a347569fa9705bdf9a6d3c89d55f49899f4b (diff) |
devip: declare cleanarpent() static
Diffstat (limited to 'sys')
-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; |