[progressmeter.c]
     ARGSUSED for signal handler
This commit is contained in:
Damien Miller 2006-07-24 14:08:50 +10:00
parent 8473dd85fe
commit ee0d0db7da
2 changed files with 6 additions and 2 deletions

View File

@ -73,6 +73,9 @@
- stevesk@cvs.openbsd.org 2006/07/21 21:13:30
[channels.c]
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
- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
@ -4991,4 +4994,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (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 $

View File

@ -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.
*
@ -222,6 +222,7 @@ refresh_progress_meter(void)
last_update = now;
}
/*ARGSUSED*/
static void
update_progress_meter(int ignore)
{