diff options
author | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-13 22:13:08 +0000 |
---|---|---|
committer | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-13 22:13:08 +0000 |
commit | e19d4eb5e939639e9a3c7e47cc3de635618ca262 (patch) | |
tree | ed965b2bdfea5f4d83cc030ea7409da96da2814f /sys/arch/socppc | |
parent | f2d40e7271682c91645171dbb2e43703eb599740 (diff) |
Cosmetic changes to reduce diffs.
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r-- | sys/arch/socppc/socppc/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |