tunused - 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 a7042f072b551b77b0096c3a8e744c36db48c6b6
(DIR) parent 9aec88f29cf8145f887f31a4bfc7299f723b72e8
(HTM) Author: rsc <devnull@localhost>
Date: Sat, 31 Dec 2005 19:33:25 +0000
unused
Diffstat:
M src/libip/Linux.c | 8 --------
1 file changed, 0 insertions(+), 8 deletions(-)
---
(DIR) diff --git a/src/libip/Linux.c b/src/libip/Linux.c
t@@ -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;
-}