=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.367 retrieving revision 1.368 diff -u -r1.367 -r1.368 --- src/usr.bin/ssh/clientloop.c 2021/07/16 09:00:23 1.367 +++ src/usr.bin/ssh/clientloop.c 2021/07/23 04:00:59 1.368 @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.367 2021/07/16 09:00:23 djm Exp $ */ +/* $OpenBSD: clientloop.c,v 1.368 2021/07/23 04:00:59 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -107,9 +107,6 @@ /* import options */ extern Options options; - -/* Flag indicating that stdin should be redirected from /dev/null. */ -extern int stdin_null_flag; /* Flag indicating that ssh should daemonise after authentication is complete */ extern int fork_after_authentication_flag;