Diff for /libaitio/src/bpf.c between versions 1.1.2.4 and 1.1.2.5

version 1.1.2.4, 2013/06/24 14:45:37 version 1.1.2.5, 2013/06/24 14:48:04
Line 143  io_etherOpen(const char *csIface, int flags, int whdr, Line 143  io_etherOpen(const char *csIface, int flags, int whdr,
                                 LOGERR;                                  LOGERR;
                                 close(eth);                                  close(eth);
                                 return -1;                                  return -1;
                        }                        } else
                        if (!(*zcbuf = allocZCbuf(MIN(n, *buflen)))) {                                *buflen = MIN(n, *buflen);
                         if (!(*zcbuf = allocZCbuf(*buflen))) {
                                 close(eth);                                  close(eth);
                                 return -1;                                  return -1;
                         }                          }

Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5


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