summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorMasao Uebayashi <uebayasi@cvs.openbsd.org>2014-07-13 22:53:40 +0000
committerMasao Uebayashi <uebayasi@cvs.openbsd.org>2014-07-13 22:53:40 +0000
commitf5acc04cb7b0d93b09efe092e4b7c8c318130cb2 (patch)
tree681a729a5f08c50ab5797e86b61b2250fd18eea8 /sys/arch/i386
parente099f4dff2d213fa02ae7cc21b14e7abcec612ca (diff)
boot(9): Cosmetic changes to improve diff'ability.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/i386/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index 685e65b91f4..09eecc98d81 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.547 2014/07/13 22:13:06 uebayasi Exp $ */
+/* $OpenBSD: machdep.c,v 1.548 2014/07/13 22:53:39 uebayasi Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@ -2658,7 +2658,7 @@ haltsys:
printf("rebooting...\n");
cpu_reset();
for(;;) ;
- /*NOTREACHED*/
+ /* NOTREACHED */
}
/*