diff options
author | 2003-07-28 06:16:35 +0000 | |
---|---|---|
committer | 2003-07-28 06:16:35 +0000 | |
commit | 2436f5fb99aa1e146308d470c4a7eae8193b060a (patch) | |
tree | e1e2c384588ae491ed4b9a76e2a6376a7c0adafa | |
parent | rcsid should say openbsd. make 'em const while here. (diff) | |
download | wireguard-openbsd-2436f5fb99aa1e146308d470c4a7eae8193b060a.tar.xz wireguard-openbsd-2436f5fb99aa1e146308d470c4a7eae8193b060a.zip |
fix rcsid
-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 */ |