diff options
author | 2001-02-04 15:14:14 +0000 | |
---|---|---|
committer | 2001-02-04 15:14:14 +0000 | |
commit | d0c6fe3eb0e66397c7bca0082f70bf5a8cfbd649 (patch) | |
tree | 3bb389f059dcb75c554873f5b3c847083e20c34c /usr.bin/ssh/ssh.c | |
parent | typo; dpo@club-internet.fr (diff) | |
download | wireguard-openbsd-d0c6fe3eb0e66397c7bca0082f70bf5a8cfbd649.tar.xz wireguard-openbsd-d0c6fe3eb0e66397c7bca0082f70bf5a8cfbd649.zip |
make the alpha happy
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index 0f7d6f4d854..37185f0dae0 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh.c,v 1.86 2001/01/31 20:37:23 markus Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.87 2001/02/04 15:14:14 deraadt Exp $"); #include <openssl/evp.h> #include <openssl/err.h> @@ -915,7 +915,7 @@ ssh_session2_callback(int id, void *arg) int len; int interactive = 0; - debug("client_init id %d arg %d", id, (int)arg); + debug("client_init id %d arg %ld", id, (long)arg); if (no_shell_flag) goto done; |