Diff for /libaitio/src/bpf.c between versions 1.1.2.14 and 1.1.2.15

version 1.1.2.14, 2013/06/26 12:27:40 version 1.1.2.15, 2013/06/26 12:30:17
Line 178  io_etherOpen(const char *csIface, int flags, int whdr, Line 178  io_etherOpen(const char *csIface, int flags, int whdr,
                 return -1;                  return -1;
         }          }
   
           n = 1;
         if (whdr && ioctl(eth, BIOCSHDRCMPLT, &n) == -1) {          if (whdr && ioctl(eth, BIOCSHDRCMPLT, &n) == -1) {
                 LOGERR;                  LOGERR;
                 io_etherClose(eth, zcbuf);                  io_etherClose(eth, zcbuf);

Removed from v.1.1.2.14  
changed lines
  Added in v.1.1.2.15


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>