summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/stand/boot/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sgi/stand/boot/conf.c')
-rw-r--r--sys/arch/sgi/stand/boot/conf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sgi/stand/boot/conf.c b/sys/arch/sgi/stand/boot/conf.c
index b8c70ac1a01..97312c9ad6b 100644
--- a/sys/arch/sgi/stand/boot/conf.c
+++ b/sys/arch/sgi/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.5 2012/03/19 17:38:31 miod Exp $ */
+/* $OpenBSD: conf.c,v 1.6 2019/10/28 04:11:31 deraadt Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -27,6 +27,8 @@
*/
#include <stand.h>
+const char version[] = "1.10";
+
extern void nullsys();
extern int nodev();
extern int noioctl();