zlib: fix mapfile
[oi-userland.git] / components / developer / indent / patches / 01-output.c.patch
bloba462d7e5c6106e3b9466793d0ac8f3375935de10
1 --- indent-2.2.9/src/output.c.~1~ 2002-12-12 20:36:49.000000000 +0300
2 +++ indent-2.2.9/src/output.c 2015-02-04 15:54:54.561563206 +0300
3 @@ -15,6 +15,7 @@
4 #include <sys/types.h>
5 #include <utime.h>
6 #include <sys/stat.h>
7 +#include <stdlib.h>
9 #include "indent.h"
10 #include "sys.h"
11 @@ -23,7 +24,7 @@
13 RCSTAG_CC ("$Id: output.c,v 1.5 2002/12/12 17:36:49 david Exp $");
15 -static FILE * output = NULL;
16 +FILE * output = NULL;
17 static BOOLEAN inhibited = 0;
18 static buf_break_st_ty * buf_break_list = NULL;