opnsense-ports/lang/cim/files/patch-src_mapline.c
Franco Fichtner a304ae0404 */*: sync with upstream
Taken from: HardenedBSD
2018-01-02 23:31:39 +01:00

11 lines
394 B
C

--- src/mapline.c.orig 2018-01-02 05:18:40 UTC
+++ src/mapline.c
@@ -60,6 +60,8 @@ static int antmap = 1;
/******************************************************************************
MAPLINEINIT */
+char * tag (char []);
+
int maplineInit (sourcename, ifdefp) char *sourcename; void *ifdefp;
{
obstack_init (&osMap);