artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38cf620
)
remove duplicate misc.h include
author
jsg
<jsg@openbsd.org>
Sat, 12 Oct 2024 10:50:37 +0000
(10:50 +0000)
committer
jsg
<jsg@openbsd.org>
Sat, 12 Oct 2024 10:50:37 +0000
(10:50 +0000)
ok dtucker@
usr.bin/ssh/mux.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/mux.c
b/usr.bin/ssh/mux.c
index
80aa151
..
75f57cd
100644
(file)
--- a/
usr.bin/ssh/mux.c
+++ b/
usr.bin/ssh/mux.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: mux.c,v 1.10
2 2024/07/25 22:40:08 djm
Exp $ */
+/* $OpenBSD: mux.c,v 1.10
3 2024/10/12 10:50:37 jsg
Exp $ */
/*
* Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
*
@@
-55,7
+55,6
@@
#include "readconf.h"
#include "clientloop.h"
#include "ssherr.h"
-#include "misc.h"
/* from ssh.c */
extern int tty_flag;