mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
af_packet: Remove linux/version.h include
Not sure why this is needed. On my system it defines LINUX_VERSION_CODE and KERNEL_VERSION and neither is used within the plugin.
This commit is contained in:
parent
1dc6718621
commit
62b28177ee
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ extern "C" {
|
||||||
|
|
||||||
#include <errno.h> // errorno
|
#include <errno.h> // errorno
|
||||||
#include <unistd.h> // close()
|
#include <unistd.h> // close()
|
||||||
#include <linux/version.h> // kernel version
|
|
||||||
|
|
||||||
#include <net/ethernet.h> // ETH_P_ALL
|
#include <net/ethernet.h> // ETH_P_ALL
|
||||||
#include <linux/if.h> // ifreq
|
#include <linux/if.h> // ifreq
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue