Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 remove no-longer-valid wustl email address ...
details: https://anonhg.NetBSD.org/src/rev/02259d446914
branches: trunk
changeset: 761581:02259d446914
user: chuck <chuck%NetBSD.org@localhost>
date: Tue Feb 01 20:20:19 2011 +0000
description:
remove no-longer-valid wustl email address for me.
no functional change with this commit.
diffstat:
sys/arch/x86/x86/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1013823b260f -r 02259d446914 sys/arch/x86/x86/pmap.c
--- a/sys/arch/x86/x86/pmap.c Tue Feb 01 20:19:31 2011 +0000
+++ b/sys/arch/x86/x86/pmap.c Tue Feb 01 20:20:19 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.114 2011/02/01 20:19:32 chuck Exp $ */
+/* $NetBSD: pmap.c,v 1.115 2011/02/01 20:20:19 chuck Exp $ */
/*
* Copyright (c) 2007 Manuel Bouyer.
@@ -116,7 +116,7 @@
/*
* pmap.c: i386 pmap module rewrite
- * Chuck Cranor <chuck%ccrc.wustl.edu@localhost>
+ * Chuck Cranor <chuck@netbsd>
* 11-Aug-97
*
* history of this pmap module: in addition to my own input, i used
@@ -142,7 +142,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.114 2011/02/01 20:19:32 chuck Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.115 2011/02/01 20:20:19 chuck Exp $");
#include "opt_user_ldt.h"
#include "opt_lockdebug.h"
Home |
Main Index |
Thread Index |
Old Index