ports/graphics/xmagv/files/patch-aa
Kris Kennaway b37385ed08 Partially fix build on -current (move initialization of a FILE * from
declaration to main()).  This is still broken due to an unzeroed malloc()
bug in imake-4
2002-10-20 10:18:17 +00:00

11 lines
253 B
Text

--- error.h.orig Sun Oct 20 03:17:10 2002
+++ error.h Sun Oct 20 03:17:15 2002
@@ -15,7 +15,7 @@
#ifdef PUBLIC
char *errname = NULL;
int errcode = -1;
-FILE *errstream = stderr;
+FILE *errstream;
#else
# define PUBLIC extern
extern char *errname;