Myetheraddr lives in myetheraddr.c, so remove it here.

This commit is contained in:
wkj 2006-08-30 00:09:39 +00:00
parent 21c4c72798
commit 999a81d3ac

View file

@ -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;
}