Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 Copyright maintenance.



details:   https://anonhg.NetBSD.org/src/rev/6e5e69efb2be
branches:  trunk
changeset: 574501:6e5e69efb2be
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Mar 02 11:48:03 2005 +0000

description:
Copyright maintenance.

diffstat:

 sys/arch/i386/i386/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 16c3ffcdfdaa -r 6e5e69efb2be sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c      Wed Mar 02 11:37:27 2005 +0000
+++ b/sys/arch/i386/i386/machdep.c      Wed Mar 02 11:48:03 2005 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: machdep.c,v 1.559 2004/10/20 04:20:05 thorpej Exp $    */
+/*     $NetBSD: machdep.c,v 1.560 2005/03/02 11:48:03 mycroft Exp $    */
 
 /*-
- * Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 1996, 1997, 1998, 2000, 2004 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -72,7 +72,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.559 2004/10/20 04:20:05 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.560 2005/03/02 11:48:03 mycroft Exp $");
 
 #include "opt_beep.h"
 #include "opt_compat_ibcs2.h"



Home | Main Index | Thread Index | Old Index