summaryrefslogtreecommitdiffstats
path: root/ftp/spegla/files/patch-spegla.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/spegla/files/patch-spegla.c')
-rw-r--r--ftp/spegla/files/patch-spegla.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/ftp/spegla/files/patch-spegla.c b/ftp/spegla/files/patch-spegla.c
deleted file mode 100644
index a0a7f2a..0000000
--- a/ftp/spegla/files/patch-spegla.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- spegla.c.orig Sat May 27 22:38:14 2000
-+++ spegla.c Thu Feb 1 15:39:24 2001
-@@ -728,7 +728,7 @@
- #ifdef ULTRIX
- if ((f.fd_req.bfreen * 1024) < minfree)
- #else
-- if ((f.f_bsize * f.f_bavail) < minfree)
-+ if (((long long)f.f_bsize * f.f_bavail) < minfree)
- #endif
- e_errx(1, "%s: Not enough space left", path);
-
-@@ -953,6 +953,7 @@
- }
- buf[i] = p[j];
- }
-+ buf[i] = '\0';
- *val = buf;
- ret:
- if (show)
OpenPOWER on IntegriCloud