diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-02-01 19:07:14 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-02-01 19:07:14 +0000 |
commit | dae5a8d2fe650b63b8a5930e44ee701b2c7a1261 (patch) | |
tree | 3a77f3980c16877444aa93eae6ba66ea7411aff0 /usr.bin/systat | |
parent | ae963187e12199a38186593d19c2029893098a47 (diff) |
double semicolon; from Daniel Matic in PR 4929
Diffstat (limited to 'usr.bin/systat')
-rw-r--r-- | usr.bin/systat/pigs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/systat/pigs.c b/usr.bin/systat/pigs.c index 6455290a58d..99019630107 100644 --- a/usr.bin/systat/pigs.c +++ b/usr.bin/systat/pigs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pigs.c,v 1.16 2004/01/08 19:28:56 millert Exp $ */ +/* $OpenBSD: pigs.c,v 1.17 2006/02/01 19:05:25 otto Exp $ */ /* $NetBSD: pigs.c,v 1.3 1995/04/29 05:54:50 cgd Exp $ */ /*- @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)pigs.c 8.2 (Berkeley) 9/23/93"; #endif -static char rcsid[] = "$OpenBSD: pigs.c,v 1.16 2004/01/08 19:28:56 millert Exp $"; +static char rcsid[] = "$OpenBSD: pigs.c,v 1.17 2006/02/01 19:05:25 otto Exp $"; #endif /* not lint */ /* @@ -170,7 +170,7 @@ fetchpigs(void) double t; int i; size_t size; - float *pctp;; + float *pctp; kpp = kvm_getproc2(kd, KERN_PROC_KTHREAD, 0, sizeof(*kpp), &nproc); if (kpp == NULL) { |