summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2003-07-28 06:16:36 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2003-07-28 06:16:36 +0000
commitd39b5e1947b510d7ca9010aede980bc72a3f939b (patch)
tree6e583102998849514f404815a7b8be2e2f26c82c /usr.bin/vmstat
parent1bc5e23f8582143a7421039e38d92210ab7c9d50 (diff)
fix rcsid
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/vmstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 69cd6933ae4..2dc194accaa 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -1,5 +1,5 @@
/* $NetBSD: vmstat.c,v 1.29.4.1 1996/06/05 00:21:05 cgd Exp $ */
-/* $OpenBSD: vmstat.c,v 1.79 2003/07/25 21:25:29 tedu Exp $ */
+/* $OpenBSD: vmstat.c,v 1.80 2003/07/28 06:16:35 tedu Exp $ */
/*
* Copyright (c) 1980, 1986, 1991, 1993
@@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$NetBSD: vmstat.c,v 1.29.4.1 1996/06/05 00:21:05 cgd Exp $";
+static const char rcsid[] = "$OpenBSD: vmstat.c,v 1.80 2003/07/28 06:16:35 tedu Exp $";
#endif
#endif /* not lint */