aboutsummaryrefslogtreecommitdiff
path: root/security/clamav-devel/files/extra-patch-shared_output.c
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-05-16 18:46:48 +0000
committerRenato Botelho <garga@FreeBSD.org>2014-05-16 18:46:48 +0000
commit18f3a2e6704475b51a993d6be54543aba535e608 (patch)
tree4c42e79393fddce8494704d73148f3bbd06eceaa /security/clamav-devel/files/extra-patch-shared_output.c
parentdbd9e5be7d6023d59797b45c72126ab0cf3a001d (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, 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