summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2001-03-08 18:47:12 +0000
committerstevesk <stevesk@openbsd.org>2001-03-08 18:47:12 +0000
commitb75ff7204e5b526fa5e2944097bb8064d3510649 (patch)
tree2c2a0cce92bc287e504c056d7b7326d358bc550b
parentReplace thread_wakeup() with wakeup(). It is defined in vm_extern.h as a (diff)
downloadwireguard-openbsd-b75ff7204e5b526fa5e2944097bb8064d3510649.tar.xz
wireguard-openbsd-b75ff7204e5b526fa5e2944097bb8064d3510649.zip
unused; ok markus@
-rw-r--r--usr.bin/ssh/auth1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth1.c b/usr.bin/ssh/auth1.c
index 8715c523fc4..d8a75686d03 100644
--- a/usr.bin/ssh/auth1.c
+++ b/usr.bin/ssh/auth1.c
@@ -10,7 +10,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth1.c,v 1.18 2001/02/22 21:59:43 markus Exp $");
+RCSID("$OpenBSD: auth1.c,v 1.19 2001/03/08 18:47:12 stevesk Exp $");
#include "xmalloc.h"
#include "rsa.h"
@@ -27,7 +27,6 @@ RCSID("$OpenBSD: auth1.c,v 1.18 2001/02/22 21:59:43 markus Exp $");
/* import */
extern ServerOptions options;
-extern char *forced_command;
/*
* convert ssh auth msg type into description