diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-26 16:49:53 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-26 16:49:53 +0000 |
commit | 01a61f0371ed45762f6622cabcbb981d12fd18cc (patch) | |
tree | c23520cccb14bedb7875415c17ebb91f0f1905d0 /security/clamav-devel/files/extra-patch-shared_output.c | |
parent | 67a660775166b07fe07149092166708a6c805841 (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.c | 17 |
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 |