]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Order includes as per style(9). Portable already has
authordtucker@openbsd.org <dtucker@openbsd.org>
Mon, 5 Jul 2021 01:16:46 +0000 (01:16 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 8 Jul 2021 04:51:47 +0000 (14:51 +1000)
these so this removes a handful of diffs between the two.

OpenBSD-Commit-ID: 8bd7452d809b199c19bfc49511a798f414eb4a77

dns.c
hostfile.c
ssh-keygen.c
ssh-keysign.c

diff --git a/dns.c b/dns.c
index 91c6e9f044be5d6ce8fc17bbdca89a6a23013a20..e8589f68d4a1aae3e963102e990fd5a04a4cba58 100644 (file)
--- a/dns.c
+++ b/dns.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dns.c,v 1.39 2020/10/18 11:32:01 djm Exp $ */
+/* $OpenBSD: dns.c,v 1.40 2021/07/05 01:16:46 dtucker Exp $ */
 
 /*
  * Copyright (c) 2003 Wesley Griffin. All rights reserved.
index 5f0e3515d656cabe2dd9edfaa5be8496b03c8c36..ce00cd7135497db8e32e28c8191290f4cf6b6d1e 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: hostfile.c,v 1.90 2021/04/03 06:58:30 djm Exp $ */
+/* $OpenBSD: hostfile.c,v 1.91 2021/07/05 01:16:46 dtucker Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
index 027c6db6bd4abbf91c14aa21f5e4814da50f83ba..3a05d0c6a1ee8d29a81ef0f2eacfe42fafa3e145 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keygen.c,v 1.429 2021/04/03 06:18:41 djm Exp $ */
+/* $OpenBSD: ssh-keygen.c,v 1.430 2021/07/05 01:16:46 dtucker Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
index 907162dc74593946f6e12415ad4e28783bdc57ef..d6ac98c6c8c71094d4730f4b6f4c4f1d078a49d6 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keysign.c,v 1.66 2020/12/17 23:10:27 djm Exp $ */
+/* $OpenBSD: ssh-keysign.c,v 1.67 2021/07/05 01:16:46 dtucker Exp $ */
 /*
  * Copyright (c) 2002 Markus Friedl.  All rights reserved.
  *