diff options
author | Ed Maste <emaste@FreeBSD.org> | 2025-04-09 14:48:56 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2025-04-09 19:45:50 +0000 |
commit | 9792a032f0a99557271d6b7f7b0a955386c1fdbe (patch) | |
tree | fffe2fb734d6754ae63284d06db6bef8bb091a84 /mux.c | |
parent | de47678f9822eb19289056cce942a43a29e28c06 (diff) |
Diffstat (limited to 'mux.c')
-rw-r--r-- | mux.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: mux.c,v 1.102 2024/07/25 22:40:08 djm Exp $ */ +/* $OpenBSD: mux.c,v 1.103 2024/10/12 10:50:37 jsg Exp $ */ /* * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org> * @@ -68,7 +68,6 @@ #include "readconf.h" #include "clientloop.h" #include "ssherr.h" -#include "misc.h" /* from ssh.c */ extern int tty_flag; |