Diff for /libaitio/example/bpf.c between versions 1.4 and 1.4.12.1

version 1.4, 2013/12/15 22:57:20 version 1.4.12.1, 2016/08/11 16:18:15
Line 1 Line 1
   #ifdef __linux__
   int main()
   {
           return 0;
   }
   #else
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <fcntl.h>  #include <fcntl.h>
Line 375  main(int argc, char **argv) Line 382  main(int argc, char **argv)
         printf("0.%09lu per/iteration\n", ts_end.tv_sec + ts_end.tv_nsec / i);          printf("0.%09lu per/iteration\n", ts_end.tv_sec + ts_end.tv_nsec / i);
         return 0;          return 0;
 }  }
   
   #endif

Removed from v.1.4  
changed lines
  Added in v.1.4.12.1


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