aboutsummaryrefslogtreecommitdiff
path: root/src/libip
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-12-31 19:33:25 +0000
committerrsc <devnull@localhost>2005-12-31 19:33:25 +0000
commita7042f072b551b77b0096c3a8e744c36db48c6b6 (patch)
tree31c51666bba9e44a838870e59b6ee7f23c9dac6f /src/libip
parent9aec88f29cf8145f887f31a4bfc7299f723b72e8 (diff)
downloadplan9port-a7042f072b551b77b0096c3a8e744c36db48c6b6.tar.gz
plan9port-a7042f072b551b77b0096c3a8e744c36db48c6b6.tar.bz2
plan9port-a7042f072b551b77b0096c3a8e744c36db48c6b6.zip
unused
Diffstat (limited to 'src/libip')
-rw-r--r--src/libip/Linux.c8
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;
-}