From 9aa6105e6993213aa3c1ba98d91bf32b83619a63 Mon Sep 17 00:00:00 2001 From: mycroft Date: Wed, 2 Mar 2005 11:48:03 +0000 Subject: [PATCH] Copyright maintenance. --- sys/arch/i386/i386/machdep.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index c713f0edea6b..2a86e6e8111b 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -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 -__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"