summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_file2.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_file2.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_file2.c')
-rw-r--r--lib/libkvm/kvm_file2.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libkvm/kvm_file2.c b/lib/libkvm/kvm_file2.c
index c7dc886f93e..e8778dff547 100644
--- a/lib/libkvm/kvm_file2.c
+++ b/lib/libkvm/kvm_file2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kvm_file2.c,v 1.16 2010/07/17 19:27:07 guenther Exp $ */
+/* $OpenBSD: kvm_file2.c,v 1.17 2011/07/04 20:35:35 deraadt Exp $ */
/*
* Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -75,6 +75,7 @@
#include <sys/pipe.h>
#include <sys/stat.h>
#include <sys/sysctl.h>
+#include <sys/specdev.h>
#define _KERNEL
#include <ufs/ufs/quota.h>
@@ -93,8 +94,6 @@
#include <msdosfs/denode.h>
#include <msdosfs/msdosfsmount.h>
-#include <miscfs/specfs/specdev.h>
-
#include <net/route.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>