mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Myetheraddr lives in myetheraddr.c, so remove it here.
This commit is contained in:
parent
21c4c72798
commit
999a81d3ac
1 changed files with 0 additions and 10 deletions
|
@ -12,13 +12,3 @@ readipifc(char *net, Ipifc *ipifc, int index)
|
|||
werrstr("not implemented");
|
||||
return nil;
|
||||
}
|
||||
|
||||
int
|
||||
myetheraddr(uchar *to, char *dev)
|
||||
{
|
||||
USED(to);
|
||||
USED(dev);
|
||||
|
||||
werrstr("not implemented");
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue