diff options
author | rsc <devnull@localhost> | 2005-12-31 19:33:25 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-12-31 19:33:25 +0000 |
commit | a7042f072b551b77b0096c3a8e744c36db48c6b6 (patch) | |
tree | 31c51666bba9e44a838870e59b6ee7f23c9dac6f /src/libip | |
parent | 9aec88f29cf8145f887f31a4bfc7299f723b72e8 (diff) | |
download | plan9port-a7042f072b551b77b0096c3a8e744c36db48c6b6.tar.gz plan9port-a7042f072b551b77b0096c3a8e744c36db48c6b6.tar.bz2 plan9port-a7042f072b551b77b0096c3a8e744c36db48c6b6.zip |
unused
Diffstat (limited to 'src/libip')
-rw-r--r-- | src/libip/Linux.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libip/Linux.c b/src/libip/Linux.c index 1419e718..7278a283 100644 --- a/src/libip/Linux.c +++ b/src/libip/Linux.c @@ -244,11 +244,3 @@ readipifc(char *net, Ipifc *ifc, int index) return ifc; } -int -_myetheraddr(uchar *to, char *dev) -{ - int fd; - struct ifreq ifr; - - return 0; -} |