--- libaitio/src/bpf.c 2014/11/17 22:33:14 1.6.6.2 +++ libaitio/src/bpf.c 2014/11/17 22:36:07 1.6.6.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: bpf.c,v 1.6.6.2 2014/11/17 22:33:14 misho Exp $ +* $Id: bpf.c,v 1.6.6.3 2014/11/17 22:36:07 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -150,7 +150,7 @@ io_etherOpen(const char *csIface, int flags, u_int whd if (csIface) strlcpy(szStr, csIface, sizeof szStr); - else if (io_get1stiface(szStr, sizeof szStr) == -1) { + else if (e_get1stiface(szStr, sizeof szStr) == -1) { close(eth); return -1; }