From cf244d1d3321086426c5e883583cd2f0087c03eb Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 4 Aug 2019 13:45:16 +0000 Subject: crank version, following fchmod change --- sys/arch/macppc/stand/conf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/macppc') diff --git a/sys/arch/macppc/stand/conf.c b/sys/arch/macppc/stand/conf.c index 7fb0d3b758b..cd6be81a6ff 100644 --- a/sys/arch/macppc/stand/conf.c +++ b/sys/arch/macppc/stand/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.8 2016/09/13 18:27:49 jasper Exp $ */ +/* $OpenBSD: conf.c,v 1.9 2019/08/04 13:45:15 deraadt Exp $ */ /* * Copyright (c) 2007 Dale Rahn * @@ -16,12 +16,12 @@ */ #include -#include +#include #include -const char version[] = "1.6"; +const char version[] = "1.7"; int debug = 0; void ofc_probe(struct consdev *); -- cgit v1.2.3