summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_ntfs.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2013-11-16 00:37:11 +0000
committerguenther <guenther@openbsd.org>2013-11-16 00:37:11 +0000
commit26de9129c48fec1d0d58ed1148e82cc2b6dddbdf (patch)
tree282777925705e84d7bbb4ff7d5e988489f5092d1 /lib/libkvm/kvm_ntfs.c
parentRemove dead assignments and now unused variables. (diff)
downloadwireguard-openbsd-26de9129c48fec1d0d58ed1148e82cc2b6dddbdf.tar.xz
wireguard-openbsd-26de9129c48fec1d0d58ed1148e82cc2b6dddbdf.zip
Prep for hidden visibility: move the vnode/file related function
declarations, including _kvm_getftype(), into a new header, kvm_file.h, so that we don't have to pull <sys/vnode.h> into all the .c files. No more extern function declaration in .c files. ok millert@
Diffstat (limited to 'lib/libkvm/kvm_ntfs.c')
-rw-r--r--lib/libkvm/kvm_ntfs.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libkvm/kvm_ntfs.c b/lib/libkvm/kvm_ntfs.c
index f8530771ec0..90ebb43d4f9 100644
--- a/lib/libkvm/kvm_ntfs.c
+++ b/lib/libkvm/kvm_ntfs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kvm_ntfs.c,v 1.3 2013/10/22 16:40:27 guenther Exp $ */
+/* $OpenBSD: kvm_ntfs.c,v 1.4 2013/11/16 00:37:11 guenther Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -45,8 +45,7 @@
#include <db.h>
#include "kvm_private.h"
-
-extern mode_t _kvm_getftype(enum vtype);
+#include "kvm_file.h"
int
_kvm_stat_ntfs(kvm_t *kd, struct kinfo_file *kf, struct vnode *vp)