Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/i2c Fix RCS keyword string.



details:   https://anonhg.NetBSD.org/src/rev/724d667fbe44
branches:  trunk
changeset: 768927:724d667fbe44
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Aug 29 11:16:35 2011 +0000

description:
Fix RCS keyword string.

diffstat:

 sys/dev/i2c/zl10353.c    |  4 ++--
 sys/dev/i2c/zl10353reg.h |  2 +-
 sys/dev/i2c/zl10353var.h |  2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r f53ad13470b5 -r 724d667fbe44 sys/dev/i2c/zl10353.c
--- a/sys/dev/i2c/zl10353.c     Mon Aug 29 11:14:15 2011 +0000
+++ b/sys/dev/i2c/zl10353.c     Mon Aug 29 11:16:35 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD */
+/*     $NetBSD: zl10353.c,v 1.2 2011/08/29 11:16:35 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zl10353.c,v 1.1 2011/08/29 11:14:15 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zl10353.c,v 1.2 2011/08/29 11:16:35 jruoho Exp $");
 
 #include <sys/param.h>
 #include <sys/kmem.h>
diff -r f53ad13470b5 -r 724d667fbe44 sys/dev/i2c/zl10353reg.h
--- a/sys/dev/i2c/zl10353reg.h  Mon Aug 29 11:14:15 2011 +0000
+++ b/sys/dev/i2c/zl10353reg.h  Mon Aug 29 11:16:35 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD */
+/*     $NetBSD: zl10353reg.h,v 1.2 2011/08/29 11:16:36 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
diff -r f53ad13470b5 -r 724d667fbe44 sys/dev/i2c/zl10353var.h
--- a/sys/dev/i2c/zl10353var.h  Mon Aug 29 11:14:15 2011 +0000
+++ b/sys/dev/i2c/zl10353var.h  Mon Aug 29 11:16:35 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD */
+/*     $NetBSD: zl10353var.h,v 1.2 2011/08/29 11:16:36 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.



Home | Main Index | Thread Index | Old Index