mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
devip: declare cleanarpent() static
This commit is contained in:
parent
4449a34756
commit
8a784a3b9b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue