Diff for /libaitio/example/bpf.c between versions 1.1.2.8 and 1.1.2.9

version 1.1.2.8, 2013/06/25 19:33:23 version 1.1.2.9, 2013/06/26 12:27:40
Line 345  main(int argc, char **argv) Line 345  main(int argc, char **argv)
                         if (poll(&pfd, 1, -1) == -1)                          if (poll(&pfd, 1, -1) == -1)
                                 break;                                  break;
   
                        ret = io_etherRecv(dev, buffer, siz, NULL);                        ret = io_etherRecv(dev, buffer, siz, bz);
                         if (ret == -1)                          if (ret == -1)
                                 printf("%d) io_etherRecv(%d) #%d - %s\n", i, ret,                                   printf("%d) io_etherRecv(%d) #%d - %s\n", i, ret, 
                                                 io_GetErrno(), io_GetError());                                                  io_GetErrno(), io_GetError());

Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.9


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