From 0fb6b57457336b0fa3e3a64acbb26e2522b1ac0a Mon Sep 17 00:00:00 2001 From: atatat Date: Sun, 1 Sep 2002 20:37:28 +0000 Subject: [PATCH] Unterminated comment. Grr... --- usr.bin/pmap/pmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/pmap/pmap.c b/usr.bin/pmap/pmap.c index aca918907f4c..39c17f5ac78a 100644 --- a/usr.bin/pmap/pmap.c +++ b/usr.bin/pmap/pmap.c @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.1 2002/09/01 20:32:44 atatat Exp $ +/* $NetBSD: pmap.c,v 1.2 2002/09/01 20:37:28 atatat Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ #include #ifndef lint -__RCSID("$NetBSD: pmap.c,v 1.1 2002/09/01 20:32:44 atatat Exp $"); +__RCSID("$NetBSD: pmap.c,v 1.2 2002/09/01 20:37:28 atatat Exp $"); #endif #include