aboutsummaryrefslogtreecommitdiff
path: root/ftp/ncftp3
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/ncftp3')
-rw-r--r--ftp/ncftp3/files/patch-getline.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/ftp/ncftp3/files/patch-getline.c b/ftp/ncftp3/files/patch-getline.c
new file mode 100644
index 000000000000..ebe41993055c
--- /dev/null
+++ b/ftp/ncftp3/files/patch-getline.c
@@ -0,0 +1,15 @@
+--- ncftp/getline.c.orig Sat Apr 7 16:55:16 2001
++++ ncftp/getline.c Sun Jul 29 11:10:37 2001
+@@ -974,7 +974,12 @@
+ kill(0, sig);
+ gl_init();
+ gl_redraw();
++#if 0
+ return gl_buf;
++#else
++ /* FALLTHROUGH */
++ c = 0; /* no beep */
++#endif
+ #endif
+ }
+ #endif /* __unix__ */