Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 __KERNEL_RCSID



details:   https://anonhg.NetBSD.org/src/rev/3be014ed710a
branches:  trunk
changeset: 535235:3be014ed710a
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Mon Aug 12 20:19:04 2002 +0000

description:
__KERNEL_RCSID

diffstat:

 sys/arch/arm/arm32/fault.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5436764cba87 -r 3be014ed710a sys/arch/arm/arm32/fault.c
--- a/sys/arch/arm/arm32/fault.c        Mon Aug 12 20:17:37 2002 +0000
+++ b/sys/arch/arm/arm32/fault.c        Mon Aug 12 20:19:04 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fault.c,v 1.20 2002/08/12 20:17:37 bjh21 Exp $ */
+/*     $NetBSD: fault.c,v 1.21 2002/08/12 20:19:04 bjh21 Exp $ */
 
 /*
  * Copyright (c) 1994-1997 Mark Brinicombe.
@@ -47,6 +47,8 @@
 #include "opt_pmap_debug.h"
 
 #include <sys/types.h>
+__KERNEL_RCSID(0, "$NetBSD: fault.c,v 1.21 2002/08/12 20:19:04 bjh21 Exp $");
+
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/proc.h>



Home | Main Index | Thread Index | Old Index