- OpenBSD CVS updates:
   - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
     [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
     [sshd.c]
     pedantic: signed vs. unsigned, void*-arithm, etc
   - [ssh.1 sshd.8]
     Various cleanups and standardizations.
diff --git a/scp.c b/scp.c
index 6e07879..9f10152 100644
--- a/scp.c
+++ b/scp.c
@@ -45,7 +45,7 @@
  */
 
 #include "includes.h"
-RCSID("$Id: scp.c,v 1.17 2000/03/09 10:27:51 damien Exp $");
+RCSID("$Id: scp.c,v 1.18 2000/03/17 12:40:16 damien Exp $");
 
 #include "ssh.h"
 #include "xmalloc.h"
@@ -1008,7 +1008,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *	$Id: scp.c,v 1.17 2000/03/09 10:27:51 damien Exp $
+ *	$Id: scp.c,v 1.18 2000/03/17 12:40:16 damien Exp $
  */
 
 char *
@@ -1120,7 +1120,7 @@
 }
 
 void
-updateprogressmeter(int sig)
+updateprogressmeter(int ignore)
 {
 	int save_errno = errno;