summaryrefslogtreecommitdiff
path: root/www/mnogosearch/files/patch-ac
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-05-21 09:12:33 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-05-21 09:12:33 +0000
commit95bc3fbcc47f2ae6a4e0f899bb0e69fca6291a2b (patch)
tree17ec8070ba7a1e63f1fbf6d1c12aa78136f240bb /www/mnogosearch/files/patch-ac
parentUnbreak net/zabbix-agent. (diff)
Upgrade to 3.1.21
PR: 66353
Notes
Notes: svn path=/head/; revision=109616
Diffstat (limited to 'www/mnogosearch/files/patch-ac')
-rw-r--r--www/mnogosearch/files/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/mnogosearch/files/patch-ac b/www/mnogosearch/files/patch-ac
deleted file mode 100644
index 65c6f2ac627d..000000000000
--- a/www/mnogosearch/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/search.c.orig Tue Jun 26 12:55:17 2001
-+++ src/search.c Wed May 15 11:29:07 2002
-@@ -1246,7 +1246,7 @@
- int i;
- time_t tclock;
- tclock=time(0);
-- srand((unsigned)tclock);
-+ srand((unsigned)(tclock^(getpid()<<16)));
- for(i=0;i<MAXRANDOM;i++)
- Randoms[i]=0;
- }