Source-Changes-HG archive

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

[src/trunk]: src/sys/kern fix rcsid.



details:   https://anonhg.NetBSD.org/src/rev/d8b95f7af143
branches:  trunk
changeset: 585078:d8b95f7af143
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sun Oct 16 00:28:32 2005 +0000

description:
fix rcsid.

diffstat:

 sys/kern/subr_bufq.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 1e39a9550c77 -r d8b95f7af143 sys/kern/subr_bufq.c
--- a/sys/kern/subr_bufq.c      Sun Oct 16 00:28:04 2005 +0000
+++ b/sys/kern/subr_bufq.c      Sun Oct 16 00:28:32 2005 +0000
@@ -1,5 +1,5 @@
-/*     $NetBSD: subr_bufq.c,v 1.2 2005/10/15 22:36:18 xtraeme Exp $    */
-/*     $NetBSD: subr_bufq.c,v 1.2 2005/10/15 22:36:18 xtraeme Exp $    */
+/*     $NetBSD: subr_bufq.c,v 1.3 2005/10/16 00:28:32 yamt Exp $       */
+/*     NetBSD: subr_disk.c,v 1.70 2005/08/20 12:00:01 yamt Exp $       */
 
 /*-
  * Copyright (c) 1996, 1997, 1999, 2000 The NetBSD Foundation, Inc.
@@ -75,7 +75,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_bufq.c,v 1.2 2005/10/15 22:36:18 xtraeme Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_bufq.c,v 1.3 2005/10/16 00:28:32 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index