Only enable the Linux kernel BPF JIT compiler if we're on Linux.
authorGuy Harris <guy@alum.mit.edu>
Thu, 22 Aug 2013 17:36:30 +0000 (17:36 -0000)
committerGuy Harris <guy@alum.mit.edu>
Thu, 22 Aug 2013 17:36:30 +0000 (17:36 -0000)
commit347ea71bae842d3da717c8c45a3529f1027dd338
tree045edb6d5425bbaf73a7a535f705eb1bd9f88e6f
parent4409bc28775a43e0ead1fb788178c2945aa05316
Only enable the Linux kernel BPF JIT compiler if we're on Linux.

Unless we're going to do something if that fails, there's no point in
having enable_kernel_bpf_jit_compiler() return a success/failure
indication.

Fix indentation.

svn path=/trunk/; revision=51475
dumpcap.c