summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2013-11-16 00:41:44 +0000
committerguenther <guenther@openbsd.org>2013-11-16 00:41:44 +0000
commit99c66d6acdb18abfaaad7d304d5049195e038f9c (patch)
tree0a4f1e641fae205826964266780697f2cf8d1516 /lib/libkvm/kvm.c
parentPrep for hidden visibility: move the vnode/file related function (diff)
downloadwireguard-openbsd-99c66d6acdb18abfaaad7d304d5049195e038f9c.tar.xz
wireguard-openbsd-99c66d6acdb18abfaaad7d304d5049195e038f9c.zip
ANSIfy a declaration
Diffstat (limited to 'lib/libkvm/kvm.c')
-rw-r--r--lib/libkvm/kvm.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libkvm/kvm.c b/lib/libkvm/kvm.c
index 52a89d68ece..2f393c6c24a 100644
--- a/lib/libkvm/kvm.c
+++ b/lib/libkvm/kvm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kvm.c,v 1.51 2013/11/01 15:57:56 deraadt Exp $ */
+/* $OpenBSD: kvm.c,v 1.52 2013/11/16 00:41:44 guenther Exp $ */
/* $NetBSD: kvm.c,v 1.43 1996/05/05 04:31:59 gwr Exp $ */
/*-
@@ -71,8 +71,7 @@ static int clear_gap(kvm_t *, FILE *, int);
static int kvm_setfd(kvm_t *);
char *
-kvm_geterr(kd)
- kvm_t *kd;
+kvm_geterr(kvm_t *kd)
{
return (kd->errbuf);
}