From a5877368ae96731feb5223fae40e7a696dc01f86 Mon Sep 17 00:00:00 2001 From: Theo Julienne Date: Tue, 21 Aug 2018 08:04:30 +1000 Subject: [PATCH] Remove workaround for Ubuntu Precise kernel builds. This workaround was added due to build errors on Ubuntu Precise many years ago, but since Precise is EOL and glb-director doesn't intend to support it, it makes sense to remove it. --- src/glb-redirect/libxt_GLBREDIRECT.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/glb-redirect/libxt_GLBREDIRECT.c b/src/glb-redirect/libxt_GLBREDIRECT.c index d36f86c..1c93089 100644 --- a/src/glb-redirect/libxt_GLBREDIRECT.c +++ b/src/glb-redirect/libxt_GLBREDIRECT.c @@ -22,10 +22,6 @@ #include #include -// hacks for precise, because the system linux/asm includes don't match the trusty kernel -#define _ASM_X86_POSIX_TYPES_64_H -#include "asm-generic/posix_types.h" - #include #include "ipt_glbredirect.h"