mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
11 lines
253 B
Text
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;
|