From a21c4399b273ae7eaf38520d0cc44b000d37000f Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 29 Aug 2024 13:07:45 +0300 Subject: [PATCH] nfqws: another very old toolchain fix with IP_NODEFRAG --- nfq/darkmagic.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) mode change 100644 => 100755 nfq/darkmagic.c diff --git a/nfq/darkmagic.c b/nfq/darkmagic.c old mode 100644 new mode 100755 index bd63fef..f008d02 --- a/nfq/darkmagic.c +++ b/nfq/darkmagic.c @@ -8,8 +8,10 @@ #include #include #include -#ifdef __linux__ -#include + +#ifndef IP_NODEFRAG +// for very old toolchains +#define IP_NODEFRAG 22 #endif #include "darkmagic.h"