diff options
Diffstat (limited to 'net/tableutil/files/patch-conf__variable.h')
-rw-r--r-- | net/tableutil/files/patch-conf__variable.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/tableutil/files/patch-conf__variable.h b/net/tableutil/files/patch-conf__variable.h new file mode 100644 index 000000000000..a31f0691880e --- /dev/null +++ b/net/tableutil/files/patch-conf__variable.h @@ -0,0 +1,9 @@ +--- conf_variable.h.orig 2005-08-01 08:39:48 UTC ++++ conf_variable.h +@@ -46,6 +46,5 @@ struct variable *variable_invert(struct variable *rhs) + void variable_save_cidr(char *file, struct variable *rhs); + void variable_save_range(char *file, struct variable *rhs); + void variable_save_single(char *file, struct variable *rhs); +-variable_list_t variable_list; + + #endif /*_CONF_VARIABLE_H_*/ |