]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- outdated
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 21 Jul 2002 12:09:13 +0000 (12:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav-proc.patch -> 1.2

clamav-proc.patch [deleted file]

diff --git a/clamav-proc.patch b/clamav-proc.patch
deleted file mode 100644 (file)
index 04ac546..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN clamav-0.14.org/clamscan/others.c clamav-0.14/clamscan/others.c
---- clamav-0.14.org/clamscan/others.c  Fri Jun  7 00:46:58 2002
-+++ clamav-0.14/clamscan/others.c      Fri Jun  7 00:47:42 2002
-@@ -443,6 +443,8 @@
-   char* ret;
-   FILE* fs;
-   fs = fopen("/proc/cpuinfo","r");
-+  if (!fs)
-+      return 1;
-   do
-     {
-       ret = fgets(line,1000,fs);
This page took 0.028345 seconds and 4 git commands to generate.