tMyetheraddr lives in myetheraddr.c, so remove it here. - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 999a81d3acb226f1dd9678cf56c20a7674bb6801
(DIR) parent 21c4c72798b0bf2fb9a2761744bc41e89fc87fcc
(HTM) Author: wkj <devnull@localhost>
Date: Wed, 30 Aug 2006 00:09:39 +0000
Myetheraddr lives in myetheraddr.c, so remove it here.
Diffstat:
M src/libip/none.c | 10 ----------
1 file changed, 0 insertions(+), 10 deletions(-)
---
(DIR) diff --git a/src/libip/none.c b/src/libip/none.c
t@@ -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;
-}