diff options
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, 0 insertions, 17 deletions
diff --git a/security/clamav-devel/files/extra-patch-shared_output.c b/security/clamav-devel/files/extra-patch-shared_output.c deleted file mode 100644 index ddb4ab029f38..000000000000 --- a/security/clamav-devel/files/extra-patch-shared_output.c +++ /dev/null @@ -1,17 +0,0 @@ ---- 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 |
