diff options
author | 2001-03-08 18:47:12 +0000 | |
---|---|---|
committer | 2001-03-08 18:47:12 +0000 | |
commit | b75ff7204e5b526fa5e2944097bb8064d3510649 (patch) | |
tree | 2c2a0cce92bc287e504c056d7b7326d358bc550b | |
parent | Replace thread_wakeup() with wakeup(). It is defined in vm_extern.h as a (diff) | |
download | wireguard-openbsd-b75ff7204e5b526fa5e2944097bb8064d3510649.tar.xz wireguard-openbsd-b75ff7204e5b526fa5e2944097bb8064d3510649.zip |
unused; ok markus@
-rw-r--r-- | usr.bin/ssh/auth1.c | 3 |
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 |