diff --git a/crypto/dist/ssh/ssh.c b/crypto/dist/ssh/ssh.c index c3b41f36b4a6..a4bce2304c8d 100644 --- a/crypto/dist/ssh/ssh.c +++ b/crypto/dist/ssh/ssh.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssh.c,v 1.31 2005/02/13 05:57:27 christos Exp $ */ +/* $NetBSD: ssh.c,v 1.32 2005/02/15 16:22:12 he Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -42,7 +42,7 @@ #include "includes.h" RCSID("$OpenBSD: ssh.c,v 1.224 2004/07/28 09:40:29 markus Exp $"); -__RCSID("$NetBSD: ssh.c,v 1.31 2005/02/13 05:57:27 christos Exp $"); +__RCSID("$NetBSD: ssh.c,v 1.32 2005/02/15 16:22:12 he Exp $"); #include #include @@ -1334,7 +1334,7 @@ control_client(const char *path) } if (control_client_terminate) - debug2("Exiting on signal %d", control_client_terminate); + debug2("Exiting on signal %d", (int)control_client_terminate); close(sock);