diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-07-28 06:16:36 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-07-28 06:16:36 +0000 |
commit | d39b5e1947b510d7ca9010aede980bc72a3f939b (patch) | |
tree | 6e583102998849514f404815a7b8be2e2f26c82c /usr.bin/vmstat | |
parent | 1bc5e23f8582143a7421039e38d92210ab7c9d50 (diff) |
fix rcsid
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r-- | usr.bin/vmstat/vmstat.c | 4 |
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 */ |