summaryrefslogtreecommitdiffstats
path: root/dns.c
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 /dns.c
parentb75624f8733b3ed9e240f86cac5d4a39dae11848 (diff)
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
Diffstat (limited to 'dns.c')
-rw-r--r--dns.c2
1 files changed, 1 insertions, 1 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.