summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2021-07-05 01:16:46 +0000
committerDamien Miller <djm@mindrot.org>2021-07-08 14:51:47 +1000
commit8f57be9f279b8e905f9883066aa633c7e67b31cf (patch)
tree0cc429651ec8c154ef03e1ffa33496b51804bfe6
parentb75624f8733b3ed9e240f86cac5d4a39dae11848 (diff)
downloadopenssh-git-8f57be9f279b8e905f9883066aa633c7e67b31cf.tar.gz
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
-rw-r--r--dns.c2
-rw-r--r--hostfile.c2
-rw-r--r--ssh-keygen.c2
-rw-r--r--ssh-keysign.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/dns.c b/dns.c
index 91c6e9f0..e8589f68 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 5f0e3515..ce00cd71 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 <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 027c6db6..3a05d0c6 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 <ylo@cs.hut.fi>
* Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
diff --git a/ssh-keysign.c b/ssh-keysign.c
index 907162dc..d6ac98c6 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.
*