mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- markus@cvs.openbsd.org 2003/01/12 16:57:02
[progressmeter.c] allow WARNINGS=yes; ok djm@
This commit is contained in:
parent
0946d876f9
commit
71a5141534
@ -7,6 +7,9 @@
|
|||||||
[log.c]
|
[log.c]
|
||||||
set fatal_cleanups to NULL in fatal_remove_all_cleanups();
|
set fatal_cleanups to NULL in fatal_remove_all_cleanups();
|
||||||
dtucker@zip.com.au
|
dtucker@zip.com.au
|
||||||
|
- markus@cvs.openbsd.org 2003/01/12 16:57:02
|
||||||
|
[progressmeter.c]
|
||||||
|
allow WARNINGS=yes; ok djm@
|
||||||
|
|
||||||
20030113
|
20030113
|
||||||
- (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation type
|
- (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation type
|
||||||
@ -1010,4 +1013,4 @@
|
|||||||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||||
ok provos@
|
ok provos@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2568 2003/01/14 11:22:43 djm Exp $
|
$Id: ChangeLog,v 1.2569 2003/01/14 11:23:23 djm Exp $
|
||||||
|
@ -60,11 +60,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: progressmeter.c,v 1.1 2003/01/10 08:19:07 fgsch Exp $");
|
RCSID("$OpenBSD: progressmeter.c,v 1.2 2003/01/12 16:57:02 markus Exp $");
|
||||||
|
|
||||||
#include <libgen.h>
|
#include <libgen.h>
|
||||||
|
|
||||||
#include "atomicio.h"
|
#include "atomicio.h"
|
||||||
|
#include "progressmeter.h"
|
||||||
|
|
||||||
/* Number of seconds before xfer considered "stalled". */
|
/* Number of seconds before xfer considered "stalled". */
|
||||||
#define STALLTIME 5
|
#define STALLTIME 5
|
||||||
@ -81,7 +82,7 @@ static int foregroundproc(void);
|
|||||||
static int get_tty_width(void);
|
static int get_tty_width(void);
|
||||||
|
|
||||||
/* Visual statistics about files as they are transferred. */
|
/* Visual statistics about files as they are transferred. */
|
||||||
static void draw_progress_meter();
|
static void draw_progress_meter(void);
|
||||||
|
|
||||||
/* Time a transfer started. */
|
/* Time a transfer started. */
|
||||||
static struct timeval start;
|
static struct timeval start;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user