aboutsummaryrefslogtreecommitdiff
path: root/security/clamav-devel/files/extra-patch-shared_output.c
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-05-26 16:49:53 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-05-26 16:49:53 +0000
commit01a61f0371ed45762f6622cabcbb981d12fd18cc (patch)
treec23520cccb14bedb7875415c17ebb91f0f1905d0 /security/clamav-devel/files/extra-patch-shared_output.c
parent67a660775166b07fe07149092166708a6c805841 (diff)
Notes
Diffstat (limited to 'security/clamav-devel/files/extra-patch-shared_output.c')
-rw-r--r--security/clamav-devel/files/extra-patch-shared_output.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/clamav-devel/files/extra-patch-shared_output.c b/security/clamav-devel/files/extra-patch-shared_output.c
new file mode 100644
index 000000000000..ddb4ab029f38
--- /dev/null
+++ b/security/clamav-devel/files/extra-patch-shared_output.c
@@ -0,0 +1,17 @@
+--- shared/output.c.orig Thu May 18 22:10:40 2006
++++ shared/output.c Thu May 18 22:12:43 2006
+@@ -236,7 +236,13 @@
+ return;
+ }
+
+- fd = stdout;
++/* fd = stdout; (missing flag 'mprintf_stdout') --eh. */
++
++ if(mprintf_stdout)
++ fd = stdout;
++ else
++ fd = stderr;
++
+
+ /* legend:
+ * ! - error