Diff for /libaitio/example/bpf.c between versions 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2013/06/25 09:08:10 version 1.1.2.2, 2013/06/25 09:22:10
Line 37 Line 37
 #include <netinet/if_ether.h>  #include <netinet/if_ether.h>
 #endif  #endif
   
   #include <aitio.h>
   
 #ifndef roundup  #ifndef roundup
 #define roundup(x, y)   ((((x) + ((y) - 1)) / (y)) * (y))  /* to any y */  #define roundup(x, y)   ((((x) + ((y) - 1)) / (y)) * (y))  /* to any y */
 #endif  #endif

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2


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