diff --git a/lib/libkvm/kvm_sun3.c b/lib/libkvm/kvm_sun3.c index 2984578f2bdf..d523ba4a7e77 100644 --- a/lib/libkvm/kvm_sun3.c +++ b/lib/libkvm/kvm_sun3.c @@ -1,4 +1,4 @@ -/* $NetBSD: kvm_sun3.c,v 1.7 1997/08/15 02:22:04 mikel Exp $ */ +/* $NetBSD: kvm_sun3.c,v 1.8 1997/10/12 11:04:18 briggs Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)kvm_sparc.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: kvm_sun3.c,v 1.7 1997/08/15 02:22:04 mikel Exp $"); +__RCSID("$NetBSD: kvm_sun3.c,v 1.8 1997/10/12 11:04:18 briggs Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -50,7 +50,7 @@ __RCSID("$NetBSD: kvm_sun3.c,v 1.7 1997/08/15 02:22:04 mikel Exp $"); * Sun3 machine dependent routines for kvm. * * Note: This file has to build on ALL m68k machines, - * so do NOT include any files here. + * so do NOT include any files here. */ #include diff --git a/lib/libkvm/kvm_sun3x.c b/lib/libkvm/kvm_sun3x.c index bf598de49c72..8f1365995aa2 100644 --- a/lib/libkvm/kvm_sun3x.c +++ b/lib/libkvm/kvm_sun3x.c @@ -1,4 +1,4 @@ -/* $NetBSD: kvm_sun3x.c,v 1.4 1997/08/15 02:22:04 mikel Exp $ */ +/* $NetBSD: kvm_sun3x.c,v 1.5 1997/10/12 11:04:22 briggs Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)kvm_sparc.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: kvm_sun3x.c,v 1.4 1997/08/15 02:22:04 mikel Exp $"); +__RCSID("$NetBSD: kvm_sun3x.c,v 1.5 1997/10/12 11:04:22 briggs Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -49,7 +49,7 @@ __RCSID("$NetBSD: kvm_sun3x.c,v 1.4 1997/08/15 02:22:04 mikel Exp $"); * Sun3x machine dependent routines for kvm. * * Note: This file has to build on ALL m68k machines, - * so do NOT include any files here. + * so do NOT include any files here. */ #include