upstream commit
add RCSIDs to these; they make syncing portable a bit easier Upstream-ID: 56cb7021faea599736dd7e7f09c2e714425b1e68
This commit is contained in:
parent
6eb2759778
commit
b011edbb32
1
bitmap.c
1
bitmap.c
|
@ -1,3 +1,4 @@
|
||||||
|
/* $OpenBSD: bitmap.c,v 1.9 2017/10/20 01:56:39 djm Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015 Damien Miller <djm@mindrot.org>
|
* Copyright (c) 2015 Damien Miller <djm@mindrot.org>
|
||||||
*
|
*
|
||||||
|
|
1
bitmap.h
1
bitmap.h
|
@ -1,3 +1,4 @@
|
||||||
|
/* $OpenBSD: bitmap.h,v 1.2 2017/10/20 01:56:39 djm Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015 Damien Miller <djm@mindrot.org>
|
* Copyright (c) 2015 Damien Miller <djm@mindrot.org>
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* $OpenBSD: opacket.c,v 1.7 2017/10/20 01:56:39 djm Exp $ */
|
||||||
/* Written by Markus Friedl. Placed in the public domain. */
|
/* Written by Markus Friedl. Placed in the public domain. */
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
Loading…
Reference in New Issue