diff options
author | wkj <devnull@localhost> | 2006-08-30 00:09:39 +0000 |
---|---|---|
committer | wkj <devnull@localhost> | 2006-08-30 00:09:39 +0000 |
commit | 999a81d3acb226f1dd9678cf56c20a7674bb6801 (patch) | |
tree | fb23fbfb0510f2b3c954ed70206eebf6ed60838a /src/libip | |
parent | 21c4c72798b0bf2fb9a2761744bc41e89fc87fcc (diff) | |
download | plan9port-999a81d3acb226f1dd9678cf56c20a7674bb6801.tar.gz plan9port-999a81d3acb226f1dd9678cf56c20a7674bb6801.tar.bz2 plan9port-999a81d3acb226f1dd9678cf56c20a7674bb6801.zip |
Myetheraddr lives in myetheraddr.c, so remove it here.
Diffstat (limited to 'src/libip')
-rw-r--r-- | src/libip/none.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libip/none.c b/src/libip/none.c index 20c04c67..80110a64 100644 --- a/src/libip/none.c +++ b/src/libip/none.c @@ -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; -} |