diff options
| author | Renato Botelho <garga@FreeBSD.org> | 2014-05-16 18:46:48 +0000 |
|---|---|---|
| committer | Renato Botelho <garga@FreeBSD.org> | 2014-05-16 18:46:48 +0000 |
| commit | 18f3a2e6704475b51a993d6be54543aba535e608 (patch) | |
| tree | 4c42e79393fddce8494704d73148f3bbd06eceaa /security/clamav-devel/files/extra-patch-shared_output.c | |
| parent | dbd9e5be7d6023d59797b45c72126ab0cf3a001d (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, 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 |
