From: dtucker@openbsd.org Date: Mon, 5 Jul 2021 01:16:46 +0000 (+0000) Subject: upstream: Order includes as per style(9). Portable already has X-Git-Tag: V_8_7_P1~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f57be9f279b8e905f9883066aa633c7e67b31cf;p=thirdparty%2Fopenssh-portable.git upstream: Order includes as per style(9). Portable already has these so this removes a handful of diffs between the two. OpenBSD-Commit-ID: 8bd7452d809b199c19bfc49511a798f414eb4a77 --- diff --git a/dns.c b/dns.c index 91c6e9f04..e8589f68d 100644 --- 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. diff --git a/hostfile.c b/hostfile.c index 5f0e3515d..ce00cd713 100644 --- a/hostfile.c +++ b/hostfile.c @@ -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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland diff --git a/ssh-keygen.c b/ssh-keygen.c index 027c6db6b..3a05d0c6a 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c @@ -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 * Copyright (c) 1994 Tatu Ylonen , Espoo, Finland diff --git a/ssh-keysign.c b/ssh-keysign.c index 907162dc7..d6ac98c6c 100644 --- a/ssh-keysign.c +++ b/ssh-keysign.c @@ -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. *