Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/booke/dev Fix RCSID



details:   https://anonhg.NetBSD.org/src/rev/8a3d0d818caa
branches:  trunk
changeset: 766685:8a3d0d818caa
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jun 30 04:43:47 2011 +0000

description:
Fix RCSID

diffstat:

 sys/arch/powerpc/booke/dev/pq3gpio.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f606bc80afcb -r 8a3d0d818caa sys/arch/powerpc/booke/dev/pq3gpio.c
--- a/sys/arch/powerpc/booke/dev/pq3gpio.c      Thu Jun 30 04:36:34 2011 +0000
+++ b/sys/arch/powerpc/booke/dev/pq3gpio.c      Thu Jun 30 04:43:47 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pq3gpio.c,v 1.3 2011/03/16 05:31:03 matt Exp $ */
+/*     $NetBSD: pq3gpio.c,v 1.4 2011/06/30 04:43:47 matt Exp $ */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -40,7 +40,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD");
+__KERNEL_RCSID(0, "$NetBSD: pq3gpio.c,v 1.4 2011/06/30 04:43:47 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/cpu.h>



Home | Main Index | Thread Index | Old Index