mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
12 lines
218 B
C
12 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.
|
|
*/
|