Source-Changes-HG archive

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

[src/trunk]: src/sys/kern restore NetBSD RCS tag in __KERNEL_RCSID() macro



details:   https://anonhg.NetBSD.org/src/rev/e40cab9c7939
branches:  trunk
changeset: 581567:e40cab9c7939
user:      explorer <explorer%NetBSD.org@localhost>
date:      Thu Jun 02 15:48:11 2005 +0000

description:
restore NetBSD RCS tag in __KERNEL_RCSID() macro

diffstat:

 sys/kern/uipc_mbuf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8a93c2b68a83 -r e40cab9c7939 sys/kern/uipc_mbuf.c
--- a/sys/kern/uipc_mbuf.c      Thu Jun 02 15:45:56 2005 +0000
+++ b/sys/kern/uipc_mbuf.c      Thu Jun 02 15:48:11 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uipc_mbuf.c,v 1.97 2005/06/02 15:19:28 tron Exp $      */
+/*     $NetBSD: uipc_mbuf.c,v 1.98 2005/06/02 15:48:11 explorer Exp $  */
 
 /*-
  * Copyright (c) 1999, 2001 The NetBSD Foundation, Inc.
@@ -69,7 +69,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "uipc_mbuf.c,v 1.84 2004/07/21 12:06:46 yamt Exp");
+__KERNEL_RCSID(0, "$NetBSD: uipc_mbuf.c,v 1.98 2005/06/02 15:48:11 explorer Exp $");
 
 #include "opt_mbuftrace.h"
 



Home | Main Index | Thread Index | Old Index