diff options
Diffstat (limited to 'net-mgmt/p0f2/files/patch-p0f-query.c')
-rw-r--r-- | net-mgmt/p0f2/files/patch-p0f-query.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-mgmt/p0f2/files/patch-p0f-query.c b/net-mgmt/p0f2/files/patch-p0f-query.c deleted file mode 100644 index 0a7655a80953..000000000000 --- a/net-mgmt/p0f2/files/patch-p0f-query.c +++ /dev/null @@ -1,13 +0,0 @@ ---- p0f-query.c.orig 2021-09-08 15:25:07 UTC -+++ p0f-query.c -@@ -46,8 +46,8 @@ static _u16 flags; - static _s16 score = NO_SCORE; - - /* Imports for statistics */ --_u32 packet_count, matched_packets, st_time, file_cksum; --_u8 operating_mode; -+extern _u32 packet_count, matched_packets, st_time, file_cksum; -+extern _u8 operating_mode; - - #define SAD_HASH(a) ((((a) << 16) ^ ((a) << 8) ^ (a))) - |