]> git.pld-linux.org Git - packages/dansguardian.git/commitdiff
- gcc 4.4 fixes
authorareq <areq@pld-linux.org>
Mon, 21 Sep 2009 13:06:47 +0000 (13:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc.patch -> 1.1

gcc.patch [new file with mode: 0644]

diff --git a/gcc.patch b/gcc.patch
new file mode 100644 (file)
index 0000000..d6c43a5
--- /dev/null
+++ b/gcc.patch
@@ -0,0 +1,44 @@
+diff -Nur dansguardian-2.10.1.1.org/src/contentscanners/clamav.cpp dansguardian-2.10.1.1/src/contentscanners/clamav.cpp
+--- dansguardian-2.10.1.1.org/src/contentscanners/clamav.cpp   2008-11-18 11:27:04.000000000 +0000
++++ dansguardian-2.10.1.1/src/contentscanners/clamav.cpp       2009-09-21 12:57:05.000000000 +0000
+@@ -31,6 +31,7 @@
+ #include <sys/types.h>
+ #include <sys/mman.h>
+ #include <unistd.h>
++#include <stdio.h>
+ #include <clamav.h>
+ #include <fcntl.h>
+diff -Nur dansguardian-2.10.1.1.org/src/contentscanners/commandlinescan.cpp dansguardian-2.10.1.1/src/contentscanners/commandlinescan.cpp
+--- dansguardian-2.10.1.1.org/src/contentscanners/commandlinescan.cpp  2008-11-18 11:27:04.000000000 +0000
++++ dansguardian-2.10.1.1/src/contentscanners/commandlinescan.cpp      2009-09-21 12:57:17.000000000 +0000
+@@ -34,6 +34,7 @@
+ #include <sys/stat.h>
+ #include <sys/wait.h>
+ #include <unistd.h>
++#include <stdio.h>
+ #include <list>
+diff -Nur dansguardian-2.10.1.1.org/src/contentscanners/icapscan.cpp dansguardian-2.10.1.1/src/contentscanners/icapscan.cpp
+--- dansguardian-2.10.1.1.org/src/contentscanners/icapscan.cpp 2008-11-18 11:27:04.000000000 +0000
++++ dansguardian-2.10.1.1/src/contentscanners/icapscan.cpp     2009-09-21 12:57:26.000000000 +0000
+@@ -35,6 +35,7 @@
+ //#include <sys/stat.h>
+ #include <fcntl.h>
+ #include <unistd.h>
++#include <stdio.h>
+ #include <netdb.h>            // for gethostby
+diff -Nur dansguardian-2.10.1.1.org/src/downloadmanagers/fancy.cpp dansguardian-2.10.1.1/src/downloadmanagers/fancy.cpp
+--- dansguardian-2.10.1.1.org/src/downloadmanagers/fancy.cpp   2008-11-18 11:27:04.000000000 +0000
++++ dansguardian-2.10.1.1/src/downloadmanagers/fancy.cpp       2009-09-21 12:56:49.000000000 +0000
+@@ -30,6 +30,7 @@
+ #include <sys/time.h>
+ #include <sys/types.h>
+ #include <unistd.h>
++#include <stdio.h>
+ #include <iostream>
+ #include <math.h>
This page took 0.104334 seconds and 4 git commands to generate.