--- ansh/src/client2.c 2011/10/17 20:14:02 1.2 +++ ansh/src/client2.c 2012/01/23 10:34:12 1.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: client2.c,v 1.2 2011/10/17 20:14:02 misho Exp $ + * $Id: client2.c,v 1.3 2012/01/23 10:34:12 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -47,7 +47,7 @@ SUCH DAMAGE. static int -SetRemoteWinz(int h, struct io_ether_addr *ea, u_char *buf, int buflen) +SetRemoteWinz(int h, io_ether_addr_t *ea, u_char *buf, int buflen) { u_short *pos = (u_short*) buf; struct winsize ws; @@ -71,7 +71,7 @@ SetRemoteWinz(int h, struct io_ether_addr *ea, u_char } int -ConnectL2(int h, struct io_ether_addr *ea, int len) +ConnectL2(int h, io_ether_addr_t *ea, int len) { fd_set rfd; struct ether_header eth;