opnsense-ports/net/tableutil/files/patch-conf__variable.h
Franco Fichtner e702817f5d */*: sync with upstream
Taken from: HardenedBSD
2020-09-29 16:38:19 +02:00

9 lines
389 B
C

--- 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_*/