summaryrefslogtreecommitdiffstats
path: root/contrib/lukemftp/FreeBSD-patchset
diff options
context:
space:
mode:
authormikeh <mikeh@FreeBSD.org>2003-06-16 02:36:38 +0000
committermikeh <mikeh@FreeBSD.org>2003-06-16 02:36:38 +0000
commit1f17b0f8d299a66b618d6671fea9597c971de885 (patch)
treefe7476d6e4129e7a835cd3c91bbef8b7b0b35a14 /contrib/lukemftp/FreeBSD-patchset
parent500352886b7759d72e40aaabe66abdb2bdd36c8c (diff)
downloadFreeBSD-src-1f17b0f8d299a66b618d6671fea9597c971de885.zip
FreeBSD-src-1f17b0f8d299a66b618d6671fea9597c971de885.tar.gz
Import the June 15, 2003 CVS version of NetBSD's ftp + patchset to fix
header file differences between FBSD and NBSD. Like lukemftpd, the portable version of lukemftp lags too far behind CVS. This import includes several big fixes plus a cleaned up manpage.
Diffstat (limited to 'contrib/lukemftp/FreeBSD-patchset')
-rw-r--r--contrib/lukemftp/FreeBSD-patchset64
1 files changed, 64 insertions, 0 deletions
diff --git a/contrib/lukemftp/FreeBSD-patchset b/contrib/lukemftp/FreeBSD-patchset
new file mode 100644
index 0000000..cb592b6
--- /dev/null
+++ b/contrib/lukemftp/FreeBSD-patchset
@@ -0,0 +1,64 @@
+diff -ru src.orig/cmds.c src/cmds.c
+--- src.orig/cmds.c Sun Jun 15 22:11:43 2003
++++ src/cmds.c Sun Jun 15 21:46:37 2003
+@@ -131,6 +131,7 @@
+ #include <string.h>
+ #include <time.h>
+ #include <unistd.h>
++#include <libutil.h>
+
+ #include "ftp_var.h"
+ #include "version.h"
+diff -ru src.orig/fetch.c src/fetch.c
+--- src.orig/fetch.c Sun Jun 15 22:11:43 2003
++++ src/fetch.c Sun Jun 15 21:46:53 2003
+@@ -69,6 +69,7 @@
+ #include <string.h>
+ #include <unistd.h>
+ #include <time.h>
++#include <libutil.h>
+
+ #include "ftp_var.h"
+ #include "version.h"
+Only in src: ftp.cat1
+diff -ru src.orig/progressbar.c src/progressbar.c
+--- src.orig/progressbar.c Sun Jun 15 22:11:43 2003
++++ src/progressbar.c Sun Jun 15 21:50:48 2003
+@@ -50,6 +50,7 @@
+ */
+ #include <sys/types.h>
+ #include <sys/param.h>
++#include <sys/time.h>
+
+ #include <err.h>
+ #include <errno.h>
+@@ -57,10 +58,12 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <time.h>
+-#include <tzfile.h>
+ #include <unistd.h>
+
+ #include "progressbar.h"
++
++#define SECSPERHOUR 60
++#define SECSPERDAY ((long)60 * 60 * 24)
+
+ #if !defined(NO_PROGRESS)
+ /*
+diff -ru src.orig/util.c src/util.c
+--- src.orig/util.c Sun Jun 15 22:11:44 2003
++++ src/util.c Sun Jun 15 21:51:31 2003
+@@ -101,10 +101,11 @@
+ #include <string.h>
+ #include <termios.h>
+ #include <time.h>
+-#include <tzfile.h>
+ #include <unistd.h>
+
+ #include "ftp_var.h"
++
++#define TM_YEAR_BASE 1900
+
+ /*
+ * Connect to peer server and auto-login, if possible.
OpenPOWER on IntegriCloud