Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/simonb-timecounters]: src/sys/arch/i386/i386 Add NetBSD RCS ids, comment...
details: https://anonhg.NetBSD.org/src/rev/bafcedef7181
branches: simonb-timecounters
changeset: 587787:bafcedef7181
user: simonb <simonb%NetBSD.org@localhost>
date: Sat Feb 04 11:11:40 2006 +0000
description:
Add NetBSD RCS ids, comment out __FBSDID().
diffstat:
sys/arch/i386/i386/tsc.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r c1928b8dbf59 -r bafcedef7181 sys/arch/i386/i386/tsc.c
--- a/sys/arch/i386/i386/tsc.c Sat Feb 04 11:10:42 2006 +0000
+++ b/sys/arch/i386/i386/tsc.c Sat Feb 04 11:11:40 2006 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: tsc.c,v 1.1.1.1.2.3 2006/02/04 11:11:40 simonb Exp $ */
+
/*-
* Copyright (c) 1998-2003 Poul-Henning Kamp
* All rights reserved.
@@ -25,7 +27,8 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/i386/i386/tsc.c,v 1.204 2003/10/21 18:28:34 silby Exp $");
+/* __FBSDID("$FreeBSD: src/sys/i386/i386/tsc.c,v 1.204 2003/10/21 18:28:34 silby Exp $"); */
+__KERNEL_RCSID(0, "$NetBSD: tsc.c,v 1.1.1.1.2.3 2006/02/04 11:11:40 simonb Exp $");
#include "opt_clock.h"
Home |
Main Index |
Thread Index |
Old Index