Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libc/gen Add RCSIDs
details: https://anonhg.NetBSD.org/src/rev/5d83a1badf87
branches: trunk
changeset: 764147:5d83a1badf87
user: matt <matt%NetBSD.org@localhost>
date: Tue Apr 12 16:19:44 2011 +0000
description:
Add RCSIDs
diffstat:
common/lib/libc/gen/rb.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 182c6b9959ff -r 5d83a1badf87 common/lib/libc/gen/rb.c
--- a/common/lib/libc/gen/rb.c Tue Apr 12 14:07:35 2011 +0000
+++ b/common/lib/libc/gen/rb.c Tue Apr 12 16:19:44 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index