From f981e348d2727b5643812d0d78dfcb9dbcda95cb Mon Sep 17 00:00:00 2001 From: djm Date: Mon, 17 Jul 2023 05:22:30 +0000 Subject: [PATCH] Move RCSID to before license block and away from #includes, where it caused merge conflict in -portable for each commit :( --- usr.bin/ssh/krl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/ssh/krl.c b/usr.bin/ssh/krl.c index 030be70c7d5..51a28716630 100644 --- a/usr.bin/ssh/krl.c +++ b/usr.bin/ssh/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 * @@ -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 #include #include -- 2.20.1