Skip to content

Commit

Permalink
Remove workaround for Ubuntu Precise kernel builds.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
theojulienne committed Aug 20, 2018
1 parent 0fa94d7 commit a587736
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/glb-redirect/libxt_GLBREDIRECT.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
#include <stdbool.h>
#include <stdio.h>

// 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 <xtables.h>
#include "ipt_glbredirect.h"

Expand Down

0 comments on commit a587736

Please sign in to comment.