- stevesk@cvs.openbsd.org 2006/07/21 21:26:55
[progressmeter.c] ARGSUSED for signal handler
This commit is contained in:
parent
8473dd85fe
commit
ee0d0db7da
|
@ -73,6 +73,9 @@
|
||||||
- stevesk@cvs.openbsd.org 2006/07/21 21:13:30
|
- stevesk@cvs.openbsd.org 2006/07/21 21:13:30
|
||||||
[channels.c]
|
[channels.c]
|
||||||
more ARGSUSED (lint) for dispatch table-driven functions; ok djm@
|
more ARGSUSED (lint) for dispatch table-driven functions; ok djm@
|
||||||
|
- stevesk@cvs.openbsd.org 2006/07/21 21:26:55
|
||||||
|
[progressmeter.c]
|
||||||
|
ARGSUSED for signal handler
|
||||||
|
|
||||||
20060713
|
20060713
|
||||||
- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
|
- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
|
||||||
|
@ -4991,4 +4994,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4425 2006/07/24 04:08:32 djm Exp $
|
$Id: ChangeLog,v 1.4426 2006/07/24 04:08:50 djm Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: progressmeter.c,v 1.31 2006/07/17 01:31:09 stevesk Exp $ */
|
/* $OpenBSD: progressmeter.c,v 1.32 2006/07/21 21:26:55 stevesk Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2003 Nils Nordman. All rights reserved.
|
* Copyright (c) 2003 Nils Nordman. All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -222,6 +222,7 @@ refresh_progress_meter(void)
|
||||||
last_update = now;
|
last_update = now;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*ARGSUSED*/
|
||||||
static void
|
static void
|
||||||
update_progress_meter(int ignore)
|
update_progress_meter(int ignore)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue