summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--krl.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index abcc11ad4..b961c6ce7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
5 Keep track of which IndentityFile options were manually supplied and which 5 Keep track of which IndentityFile options were manually supplied and which
6 were default options, and don't warn if the latter are missing. 6 were default options, and don't warn if the latter are missing.
7 ok markus@ 7 ok markus@
8 - dtucker@cvs.openbsd.org 2013/02/19 02:12:47
9 [krl.c]
10 Remove bogus include. ok djm
8 11
920130401 1220130401
10 - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h 13 - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h
diff --git a/krl.c b/krl.c
index 5a6bd14aa..0d9bb5411 100644
--- a/krl.c
+++ b/krl.c
@@ -14,7 +14,7 @@
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */ 15 */
16 16
17/* $OpenBSD: krl.c,v 1.9 2013/01/27 10:06:12 djm Exp $ */ 17/* $OpenBSD: krl.c,v 1.10 2013/02/19 02:12:47 dtucker Exp $ */
18 18
19#include "includes.h" 19#include "includes.h"
20 20