summaryrefslogtreecommitdiff
path: root/ftp/lftp/files/patch-src-lftp_rl.c
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2005-12-06 15:40:13 +0000
committerTim Bishop <tdb@FreeBSD.org>2005-12-06 15:40:13 +0000
commit1887be8563c55a3f4525c7bba70f0a445354d1f4 (patch)
treee652b5eb8272949361caa06d6a1d5e16d6a7511c /ftp/lftp/files/patch-src-lftp_rl.c
parent- Install example script (diff)
- Update to 3.3.5
PR: 90032 Submitted by: Dmitry A. Yanko <fm@cross-road.org.ua> (maintainer) Approved by: clement (mentor)
Notes
Notes: svn path=/head/; revision=150534
Diffstat (limited to 'ftp/lftp/files/patch-src-lftp_rl.c')
-rw-r--r--ftp/lftp/files/patch-src-lftp_rl.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/ftp/lftp/files/patch-src-lftp_rl.c b/ftp/lftp/files/patch-src-lftp_rl.c
deleted file mode 100644
index 4d2fd23d534d..000000000000
--- a/ftp/lftp/files/patch-src-lftp_rl.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/lftp_rl.c.orig Tue Oct 18 11:21:22 2005
-+++ src/lftp_rl.c Fri Oct 21 21:55:00 2005
-@@ -191,9 +191,9 @@
- if(!lftp_history_file)
- {
- const char *home=get_lftp_home();
-+ const char *add="/rl_history";
- if(!home)
- return;
-- const char *add="/rl_history";
- lftp_history_file=(char*)malloc(strlen(home)+strlen(add)+1);
- strcat(strcpy(lftp_history_file,home),add);
- }