Module Name:    src
Committed By:   matt
Date:           Tue Apr 12 16:19:44 UTC 2011

Modified Files:
        src/common/lib/libc/gen: rb.c

Log Message:
Add RCSIDs


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/common/lib/libc/gen/rb.c

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

Modified files:

Index: src/common/lib/libc/gen/rb.c
diff -u src/common/lib/libc/gen/rb.c:1.9 src/common/lib/libc/gen/rb.c:1.10
--- src/common/lib/libc/gen/rb.c:1.9	Wed Nov 17 13:19:32 2010
+++ src/common/lib/libc/gen/rb.c	Tue Apr 12 16:19:44 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: rb.c,v 1.9 2010/11/17 13:19:32 tron Exp $	*/
+/*	$NetBSD: rb.c,v 1.10 2011/04/12 16:19:44 matt Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -39,8 +39,10 @@
 #else
 #define KASSERT(s)	do { } while (/*CONSTCOND*/ 0)
 #endif
+__RCSID("$NetBSD: rb.c,v 1.10 2011/04/12 16:19:44 matt Exp $");
 #else
 #include <lib/libkern/libkern.h>
+__KERNEL_RCSID(0, "$NetBSD: rb.c,v 1.10 2011/04/12 16:19:44 matt Exp $");
 #endif
 
 #ifdef _LIBC

Reply via email to