Diff for /libaitio/src/bpf.c between versions 1.7 and 1.7.2.1

version 1.7, 2015/01/19 23:32:30 version 1.7.2.1, 2016/08/10 13:59:44
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2014Copyright 2004 - 2016
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 352  io_etherRecv(int eth, void * __restrict buf, size_t bu Line 352  io_etherRecv(int eth, void * __restrict buf, size_t bu
         return rlen;          return rlen;
 }  }
   
   #ifndef __linux__
 /*  /*
  * io_etherFilter() - BPF filter routine   * io_etherFilter() - BPF filter routine
  *   *
Line 398  io_etherFilter(int eth, int io, struct bpf_insn * __re Line 399  io_etherFilter(int eth, int io, struct bpf_insn * __re
                 LOGERR;                  LOGERR;
         return ret;          return ret;
 }  }
   #endif

Removed from v.1.7  
changed lines
  Added in v.1.7.2.1


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