mirror of git://anongit.mindrot.org/openssh.git
upstream: Move RCSID to before license block and away from #includes,
where it caused merge conflict in -portable for each commit :( OpenBSD-Commit-ID: 756ebac963df3245258b962e88150ebab9d5fc20
This commit is contained in:
parent
05c08e5f62
commit
ebe1104468
3
krl.c
3
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>
|
* Copyright (c) 2012 Damien Miller <djm@mindrot.org>
|
||||||
*
|
*
|
||||||
|
@ -14,8 +15,6 @@
|
||||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* 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 "includes.h"
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
Loading…
Reference in New Issue