--- ansh/src/client2.c 2011/10/13 16:08:52 1.1.1.1.2.4 +++ ansh/src/client2.c 2011/10/14 07:47:21 1.1.1.1.2.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: client2.c,v 1.1.1.1.2.4 2011/10/13 16:08:52 misho Exp $ + * $Id: client2.c,v 1.1.1.1.2.5 2011/10/14 07:47:21 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -47,7 +47,7 @@ SUCH DAMAGE. static int -SetRemoteWinz(int h, struct ether_addr *ea, u_char *buf, int buflen) +SetRemoteWinz(int h, struct io_ether_addr *ea, u_char *buf, int buflen) { u_short *pos = (u_short*) buf; struct winsize ws; @@ -71,7 +71,7 @@ SetRemoteWinz(int h, struct ether_addr *ea, u_char *bu } int -ConnectL2(int h, struct ether_addr *ea, int len) +ConnectL2(int h, struct io_ether_addr *ea, int len) { fd_set rfd; struct ether_header eth;