summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/nftables.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/nftables.h b/include/nftables.h
index 75134def..5f2da8b0 100644
--- a/include/nftables.h
+++ b/include/nftables.h
@@ -114,10 +114,7 @@ struct input_descriptor {
struct location location;
enum input_descriptor_types type;
const char *name;
- union {
- const char *data;
- FILE *fp;
- };
+ const char *data;
unsigned int lineno;
unsigned int column;
off_t token_offset;