[openssh-commits] [openssh] 02/03: upstream: remove duplicate misc.h include ok dtucker@
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Oct 14 09:21:14 AEDT 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 538cd28598ae942c94b99855b06fdd937e2e7381
Author: jsg at openbsd.org <jsg at openbsd.org>
AuthorDate: Sat Oct 12 10:50:37 2024 +0000
upstream: remove duplicate misc.h include ok dtucker@
OpenBSD-Commit-ID: fdd056e7854294834d54632b4282b877cfe4c12e
---
mux.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/mux.c b/mux.c
index 05292997..415024f7 100644
--- a/mux.c
+++ b/mux.c
@@ -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 at 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;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list