summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-08-04 13:45:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-08-04 13:45:16 +0000
commitcf244d1d3321086426c5e883583cd2f0087c03eb (patch)
tree4b01db609c31839ee7b990053c1222d35ac5bbac /sys/arch/macppc
parente4478aa7e4699a3c59f245aedcc46bff3a215895 (diff)
crank version, following fchmod change
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r--sys/arch/macppc/stand/conf.c6
1 files changed, 3 insertions, 3 deletions
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 <drahn@openbsd.org>
*
@@ -16,12 +16,12 @@
*/
#include <sys/param.h>
-#include <dev/cons.h>
+#include <dev/cons.h>
#include <lib/libsa/stand.h>
-const char version[] = "1.6";
+const char version[] = "1.7";
int debug = 0;
void ofc_probe(struct consdev *);