Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/x68k Message cosmetics.



details:   https://anonhg.NetBSD.org/src/rev/f7f27b5ba27f
branches:  trunk
changeset: 472377:f7f27b5ba27f
user:      minoura <minoura%NetBSD.org@localhost>
date:      Wed Apr 28 16:17:42 1999 +0000

description:
Message cosmetics.

diffstat:

 sys/arch/x68k/x68k/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r e6062b29c233 -r f7f27b5ba27f sys/arch/x68k/x68k/machdep.c
--- a/sys/arch/x68k/x68k/machdep.c      Wed Apr 28 16:16:58 1999 +0000
+++ b/sys/arch/x68k/x68k/machdep.c      Wed Apr 28 16:17:42 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.63 1999/04/26 22:46:49 thorpej Exp $     */
+/*     $NetBSD: machdep.c,v 1.64 1999/04/28 16:17:42 minoura Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -525,9 +525,9 @@
 extern char version[];
 static char *fpu_descr[] = {
 #ifdef FPU_EMULATE
-       "emulator FPU",         /* 0 */
+       " emulator FPU",        /* 0 */
 #else
-       "no math support",      /* 0 */
+       " no math support",     /* 0 */
 #endif
        " m68881 FPU",          /* 1 */
        " m68882 FPU",          /* 2 */



Home | Main Index | Thread Index | Old Index