artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83e109d
)
Move RCSID to before license block and away from #includes, where
author
djm
<djm@openbsd.org>
Mon, 17 Jul 2023 05:22:30 +0000
(
05:22
+0000)
committer
djm
<djm@openbsd.org>
Mon, 17 Jul 2023 05:22:30 +0000
(
05:22
+0000)
it caused merge conflict in -portable for each commit :(
usr.bin/ssh/krl.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/krl.c
b/usr.bin/ssh/krl.c
index
030be70
..
51a2871
100644
(file)
--- 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 <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 <sys/types.h>
#include <sys/tree.h>
#include <sys/queue.h>