This commit was generated by cvs2svn to compensate for changes in r117059,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
77c4370ef2
@ -41,7 +41,7 @@ diff -ru src.orig/progressbar.c src/progressbar.c
|
|||||||
|
|
||||||
#include "progressbar.h"
|
#include "progressbar.h"
|
||||||
+
|
+
|
||||||
+#define SECSPERHOUR 60
|
+#define SECSPERHOUR (60 * 60)
|
||||||
+#define SECSPERDAY ((long)60 * 60 * 24)
|
+#define SECSPERDAY ((long)60 * 60 * 24)
|
||||||
|
|
||||||
#if !defined(NO_PROGRESS)
|
#if !defined(NO_PROGRESS)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: ftp.1,v 1.94 2003/05/14 14:31:00 wiz Exp $
|
.\" $NetBSD: ftp.1,v 1.96 2003/06/26 17:48:37 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -1030,7 +1030,7 @@ Terminate the current operation.
|
|||||||
Answer
|
Answer
|
||||||
.Sq yes ,
|
.Sq yes ,
|
||||||
and transfer the file.
|
and transfer the file.
|
||||||
.It Cm ?
|
.It Cm \&?
|
||||||
Display a help message.
|
Display a help message.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
@ -1433,7 +1433,7 @@ verbose is on.
|
|||||||
.It Ic xferbuf Ar size
|
.It Ic xferbuf Ar size
|
||||||
Set the size of the socket send and receive buffers to
|
Set the size of the socket send and receive buffers to
|
||||||
.Ar size .
|
.Ar size .
|
||||||
.It Ic ? Op Ar command
|
.It Ic \&? Op Ar command
|
||||||
A synonym for
|
A synonym for
|
||||||
.Ic help .
|
.Ic help .
|
||||||
.El
|
.El
|
||||||
|
@ -62,7 +62,7 @@ __RCSID("$NetBSD: progressbar.c,v 1.3 2003/02/28 09:53:49 lukem Exp $");
|
|||||||
|
|
||||||
#include "progressbar.h"
|
#include "progressbar.h"
|
||||||
|
|
||||||
#define SECSPERHOUR 60
|
#define SECSPERHOUR (60 * 60)
|
||||||
#define SECSPERDAY ((long)60 * 60 * 24)
|
#define SECSPERDAY ((long)60 * 60 * 24)
|
||||||
|
|
||||||
#if !defined(NO_PROGRESS)
|
#if !defined(NO_PROGRESS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user