diff options
author | 2011-07-04 20:35:34 +0000 | |
---|---|---|
committer | 2011-07-04 20:35:34 +0000 | |
commit | 544451c3960bb24421c632fa5dfc8d4155fd076a (patch) | |
tree | ca1fd9074ba9268ec361d8586a138aee73f9be82 /lib/libkvm/kvm_udf.c | |
parent | Make stdout line buffered. (diff) | |
download | wireguard-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.c | 5 |
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> |