plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit a7042f072b551b77b0096c3a8e744c36db48c6b6
parent 9aec88f29cf8145f887f31a4bfc7299f723b72e8
Author: rsc <devnull@localhost>
Date:   Sat, 31 Dec 2005 19:33:25 +0000

unused

Diffstat:
Msrc/libip/Linux.c | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git 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; -}