openbsd-ports/net/lftp/patches/patch-src_PtyShell_cc
kevlo 7c24dbf943 - upgrade to version 2.4.5
- add two ftp sites
- forgot to install lftp.conf; Pointed out by
  Hannu Liljemark <hannu.liljemark@kolumbus.fi>
2001-10-26 09:02:48 +00:00

11 lines
251 B
Plaintext

--- src/PtyShell.cc.orig Fri Oct 26 16:17:36 2001
+++ src/PtyShell.cc Fri Oct 26 16:17:58 2001
@@ -29,6 +29,7 @@
#include <string.h>
#include <sys/stat.h>
#include <sys/wait.h>
+#include <sys/ioctl.h>
#include <termios.h>
#include "PtyShell.h"