Skip to content

Commit

Permalink
Merge pull request #36 from github/remove-precise-workaround
Browse files Browse the repository at this point in the history
Remove workaround for Ubuntu Precise kernel builds.
  • Loading branch information
theojulienne committed Aug 20, 2018
2 parents 0fa94d7 + a587736 commit a785ff4
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 a785ff4

Please sign in to comment.