summaryrefslogtreecommitdiff
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-04-14 04:45:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-04-14 04:45:46 +0000
commit1ad4b78c55eebf816f4e3b4f754b32b3ce42587b (patch)
treed20e18ef8223cf97f291e0280e63da92d0b6efb1 /usr.bin/systat
parentd58f93fcbcb448c838c946bfb633f6560b492e63 (diff)
remove old comment
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/vmstat.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c
index 23d4c8746c8..6fcdb1c4369 100644
--- a/usr.bin/systat/vmstat.c
+++ b/usr.bin/systat/vmstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmstat.c,v 1.39 2003/04/08 00:53:09 deraadt Exp $ */
+/* $OpenBSD: vmstat.c,v 1.40 2003/04/14 04:45:45 deraadt Exp $ */
/* $NetBSD: vmstat.c,v 1.5 1996/05/10 23:16:40 thorpej Exp $ */
/*-
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94";
#endif
-static char rcsid[] = "$OpenBSD: vmstat.c,v 1.39 2003/04/08 00:53:09 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: vmstat.c,v 1.40 2003/04/14 04:45:45 deraadt Exp $";
#endif /* not lint */
/*
@@ -225,7 +225,6 @@ initkre(void)
while (ihp) {
KREAD(ihp, &ih, sizeof(ih));
KREAD(ih.ih_what, iname, 16);
- /* XXX strcpy is safe, sized & malloc'd buffer */
intrname[n++] = cp;
strlcpy(cp, iname, intrnamebuf + namelen - cp);
cp += strlen(iname) + 1;