summaryrefslogtreecommitdiff
path: root/ftp/gftp/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/gftp/files/patch-ad')
-rw-r--r--ftp/gftp/files/patch-ad20
1 files changed, 0 insertions, 20 deletions
diff --git a/ftp/gftp/files/patch-ad b/ftp/gftp/files/patch-ad
deleted file mode 100644
index 2100093243d0..000000000000
--- a/ftp/gftp/files/patch-ad
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/cache.c.orig Fri Jul 20 21:26:19 2001
-+++ lib/cache.c Wed Jan 2 13:54:45 2002
-@@ -45,7 +45,7 @@
- }
- g_free (tempstr);
-
-- srand (time (NULL));
-+ srandomdev();
- tempstr = NULL;
- cachefile = NULL;
- do
-@@ -57,7 +57,7 @@
- g_free (cachefile);
-
- cachefile = g_strdup_printf ("cache%ld",
-- 1 + (long) (99999999.0 * rand () /
-+ 1 + (long) (99999999.0 * random () /
- (RAND_MAX + 1.0)));
- tempstr = g_strdup_printf ("%s/%s", cachedir, cachefile);
- }