From e19d4eb5e939639e9a3c7e47cc3de635618ca262 Mon Sep 17 00:00:00 2001 From: Masao Uebayashi Date: Sun, 13 Jul 2014 22:13:08 +0000 Subject: Cosmetic changes to reduce diffs. --- sys/arch/socppc/socppc/machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/socppc') diff --git a/sys/arch/socppc/socppc/machdep.c b/sys/arch/socppc/socppc/machdep.c index 68adb42c1bf..c5e8339310f 100644 --- a/sys/arch/socppc/socppc/machdep.c +++ b/sys/arch/socppc/socppc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.52 2014/07/10 21:46:03 mpi Exp $ */ +/* $OpenBSD: machdep.c,v 1.53 2014/07/13 22:13:07 uebayasi Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -1043,7 +1043,7 @@ boot(int howto) boothowto = howto; if (!(howto & RB_NOSYNC) && !syncing) { syncing = 1; - vfs_shutdown(); /* sync */ + vfs_shutdown(); if ((howto & RB_TIMEBAD) == 0) { resettodr(); -- cgit v1.2.3