opnsense-ports/misc/window/files/patch-context.c
Franco Fichtner eb6042d4fc */*: sync with upstream
Taken from: HardenedBSD
2020-09-25 15:04:32 +02:00

11 lines
218 B
C

--- context.c.orig 2009-02-23 10:26:32 UTC
+++ context.c
@@ -46,6 +46,8 @@ static char rcsid[] =
#include <fcntl.h>
#include <stdlib.h>
+struct context cx;
+
/*
* Context push/pop for nested command files.
*/