| commit | a7042f072b551b77b0096c3a8e744c36db48c6b6 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Sat Dec 31 19:33:25 2005 +0000 |
| committer | rsc <devnull@localhost> | Sat Dec 31 19:33:25 2005 +0000 |
| tree | 31c51666bba9e44a838870e59b6ee7f23c9dac6f | |
| parent | 9aec88f29cf8145f887f31a4bfc7299f723b72e8 [diff] |
unused
diff --git a/src/libip/Linux.c b/src/libip/Linux.c index 1419e71..7278a28 100644 --- a/src/libip/Linux.c +++ b/src/libip/Linux.c
@@ -244,11 +244,3 @@ return ifc; } -int -_myetheraddr(uchar *to, char *dev) -{ - int fd; - struct ifreq ifr; - - return 0; -}