]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Move RCSID to before license block and away from #includes,
authordjm@openbsd.org <djm@openbsd.org>
Mon, 17 Jul 2023 05:22:30 +0000 (05:22 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 17 Jul 2023 05:24:14 +0000 (15:24 +1000)
where it caused merge conflict in -portable for each commit :(

OpenBSD-Commit-ID: 756ebac963df3245258b962e88150ebab9d5fc20

krl.c

diff --git a/krl.c b/krl.c
index caedb4f12c4851a77804dc7ce1ad9ceb0abe8c3f..e2efdf0667a774fea80f2056b55c43607ed32174 100644 (file)
--- a/krl.c
+++ b/krl.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: krl.c,v 1.59 2023/07/17 05:22:30 djm Exp $ */
 /*
  * Copyright (c) 2012 Damien Miller <djm@mindrot.org>
  *
@@ -14,8 +15,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $OpenBSD: krl.c,v 1.58 2023/07/17 05:20:15 djm Exp $ */
-
 #include "includes.h"
 
 #include <sys/types.h>