Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/sun3 Fix typo in __KERNEL_RCSID().



details:   https://anonhg.NetBSD.org/src/rev/b2b875d0fc3d
branches:  trunk
changeset: 779934:b2b875d0fc3d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jun 28 17:53:42 2012 +0000

description:
Fix typo in __KERNEL_RCSID().

diffstat:

 sys/arch/sun3/sun3/fpu_machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e42af344f7ba -r b2b875d0fc3d sys/arch/sun3/sun3/fpu_machdep.c
--- a/sys/arch/sun3/sun3/fpu_machdep.c  Thu Jun 28 16:34:06 2012 +0000
+++ b/sys/arch/sun3/sun3/fpu_machdep.c  Thu Jun 28 17:53:42 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpu_machdep.c,v 1.1 2011/11/15 12:23:22 tsutsui Exp $  */
+/*     $NetBSD: fpu_machdep.c,v 1.2 2012/06/28 17:53:42 tsutsui Exp $  */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD");
+__KERNEL_RCSID(0, "$NetBSD: fpu_machdep.c,v 1.2 2012/06/28 17:53:42 tsutsui Exp $");
 
 #include "opt_fpu_emulate.h"
 



Home | Main Index | Thread Index | Old Index