summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_udf.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2011-07-04 20:35:34 +0000
committerderaadt <deraadt@openbsd.org>2011-07-04 20:35:34 +0000
commit544451c3960bb24421c632fa5dfc8d4155fd076a (patch)
treeca1fd9074ba9268ec361d8586a138aee73f9be82 /lib/libkvm/kvm_udf.c
parentMake stdout line buffered. (diff)
downloadwireguard-openbsd-544451c3960bb24421c632fa5dfc8d4155fd076a.tar.xz
wireguard-openbsd-544451c3960bb24421c632fa5dfc8d4155fd076a.zip
move the specfs code to a place people can see it; ok guenther thib krw
Diffstat (limited to 'lib/libkvm/kvm_udf.c')
-rw-r--r--lib/libkvm/kvm_udf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libkvm/kvm_udf.c b/lib/libkvm/kvm_udf.c
index bbc33c0009b..85fcdc4d69b 100644
--- a/lib/libkvm/kvm_udf.c
+++ b/lib/libkvm/kvm_udf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kvm_udf.c,v 1.3 2009/10/27 23:59:28 deraadt Exp $ */
+/* $OpenBSD: kvm_udf.c,v 1.4 2011/07/04 20:35:35 deraadt Exp $ */
/*
* Copyright (c) 2001, 2002 Scott Long <scottl@freebsd.org>
@@ -33,13 +33,12 @@
#undef _KERNEL
#include <sys/vnode.h>
#include <sys/sysctl.h>
+#include <sys/specdev.h>
#include <isofs/udf/ecma167-udf.h>
#include <isofs/udf/udf.h>
#include <isofs/udf/udf_extern.h>
-#include <miscfs/specfs/specdev.h>
-
#include <stdint.h>
#include <limits.h>
#include <kvm.h>