[krl.c]
     Remove bogus include.  ok djm
(id sync only)
This commit is contained in:
Darren Tucker 2013-04-05 11:16:52 +11:00
parent 1910478c2d
commit f3c3814243
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@
Keep track of which IndentityFile options were manually supplied and which Keep track of which IndentityFile options were manually supplied and which
were default options, and don't warn if the latter are missing. were default options, and don't warn if the latter are missing.
ok markus@ ok markus@
- dtucker@cvs.openbsd.org 2013/02/19 02:12:47
[krl.c]
Remove bogus include. ok djm
20130401 20130401
- (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h

2
krl.c
View File

@ -14,7 +14,7 @@
* 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.9 2013/01/27 10:06:12 djm Exp $ */ /* $OpenBSD: krl.c,v 1.10 2013/02/19 02:12:47 dtucker Exp $ */
#include "includes.h" #include "includes.h"