Module Name:    src
Committed By:   jruoho
Date:           Mon Aug 29 11:16:36 UTC 2011

Modified Files:
        src/sys/dev/i2c: zl10353.c zl10353reg.h zl10353var.h

Log Message:
Fix RCS keyword string.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/zl10353.c \
    src/sys/dev/i2c/zl10353reg.h src/sys/dev/i2c/zl10353var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/i2c/zl10353.c
diff -u src/sys/dev/i2c/zl10353.c:1.1 src/sys/dev/i2c/zl10353.c:1.2
--- src/sys/dev/i2c/zl10353.c:1.1	Mon Aug 29 11:14:15 2011
+++ src/sys/dev/i2c/zl10353.c	Mon Aug 29 11:16:35 2011
@@ -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>
Index: src/sys/dev/i2c/zl10353reg.h
diff -u src/sys/dev/i2c/zl10353reg.h:1.1 src/sys/dev/i2c/zl10353reg.h:1.2
--- src/sys/dev/i2c/zl10353reg.h:1.1	Mon Aug 29 11:14:16 2011
+++ src/sys/dev/i2c/zl10353reg.h	Mon Aug 29 11:16:36 2011
@@ -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.
Index: src/sys/dev/i2c/zl10353var.h
diff -u src/sys/dev/i2c/zl10353var.h:1.1 src/sys/dev/i2c/zl10353var.h:1.2
--- src/sys/dev/i2c/zl10353var.h:1.1	Mon Aug 29 11:14:16 2011
+++ src/sys/dev/i2c/zl10353var.h	Mon Aug 29 11:16:36 2011
@@ -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.

Reply via email to