Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbsh3/t_sh7706lan Fix RCSId.



details:   https://anonhg.NetBSD.org/src/rev/57921a396a50
branches:  trunk
changeset: 782998:57921a396a50
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Dec 01 03:16:46 2012 +0000

description:
Fix RCSId.

diffstat:

 sys/arch/evbsh3/t_sh7706lan/if_ne_mainbus.c |  4 ++--
 sys/arch/evbsh3/t_sh7706lan/t_sh7706lan.c   |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 117551ad7811 -r 57921a396a50 sys/arch/evbsh3/t_sh7706lan/if_ne_mainbus.c
--- a/sys/arch/evbsh3/t_sh7706lan/if_ne_mainbus.c       Sat Dec 01 03:09:55 2012 +0000
+++ b/sys/arch/evbsh3/t_sh7706lan/if_ne_mainbus.c       Sat Dec 01 03:16:46 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ne_mainbus.c,v 1.2 2011/07/19 15:44:53 dyoung Exp $ */
+/*     $NetBSD: if_ne_mainbus.c,v 1.3 2012/12/01 03:16:46 tsutsui Exp $        */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBS$");
+__KERNEL_RCSID(0, "$NetBSD: if_ne_mainbus.c,v 1.3 2012/12/01 03:16:46 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 117551ad7811 -r 57921a396a50 sys/arch/evbsh3/t_sh7706lan/t_sh7706lan.c
--- a/sys/arch/evbsh3/t_sh7706lan/t_sh7706lan.c Sat Dec 01 03:09:55 2012 +0000
+++ b/sys/arch/evbsh3/t_sh7706lan/t_sh7706lan.c Sat Dec 01 03:16:46 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_sh7706lan.c,v 1.2 2012/01/21 19:44:29 nonaka Exp $   */
+/*     $NetBSD: t_sh7706lan.c,v 1.3 2012/12/01 03:16:46 tsutsui Exp $  */
 
 /*-
  * Copyright (C) 2009 NONAKA Kimihiro <nonaka%netbsd.org@localhost>
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBS$");
+__KERNEL_RCSID(0, "$NetBSD: t_sh7706lan.c,v 1.3 2012/12/01 03:16:46 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index