summaryrefslogtreecommitdiff
path: root/usr.bin/systat/fetch.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-18 00:46:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-18 00:46:49 +0000
commit684bef51761ffbbdd26883705dfbde949da6d1c4 (patch)
tree076dd85f70b1ec3b241d55547144c8439a265172 /usr.bin/systat/fetch.c
parentd39bc90d27eef3318f55538824f355c44d0c247e (diff)
ANSI
Diffstat (limited to 'usr.bin/systat/fetch.c')
-rw-r--r--usr.bin/systat/fetch.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/systat/fetch.c b/usr.bin/systat/fetch.c
index 5999d07a363..da202eb19b8 100644
--- a/usr.bin/systat/fetch.c
+++ b/usr.bin/systat/fetch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fetch.c,v 1.5 2001/12/07 09:18:08 deraadt Exp $ */
+/* $OpenBSD: fetch.c,v 1.6 2002/06/18 00:46:47 deraadt Exp $ */
/* $NetBSD: fetch.c,v 1.2 1995/01/20 08:51:56 jtc Exp $ */
/*-
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)fetch.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$OpenBSD: fetch.c,v 1.5 2001/12/07 09:18:08 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: fetch.c,v 1.6 2002/06/18 00:46:47 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -47,9 +47,7 @@ static char rcsid[] = "$OpenBSD: fetch.c,v 1.5 2001/12/07 09:18:08 deraadt Exp $
#include "extern.h"
int
-kvm_ckread(a, b, l)
- void *a, *b;
- int l;
+kvm_ckread(void *a, void *b, int l)
{
if (kvm_read(kd, (u_long)a, b, l) != l) {
if (verbose)