diff options
| author | 2011-07-04 20:35:34 +0000 | |
|---|---|---|
| committer | 2011-07-04 20:35:34 +0000 | |
| commit | 544451c3960bb24421c632fa5dfc8d4155fd076a (patch) | |
| tree | ca1fd9074ba9268ec361d8586a138aee73f9be82 /sys/isofs/udf/udf_vfsops.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 'sys/isofs/udf/udf_vfsops.c')
| -rw-r--r-- | sys/isofs/udf/udf_vfsops.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/isofs/udf/udf_vfsops.c b/sys/isofs/udf/udf_vfsops.c index e48b4b1318e..5e13fb6a772 100644 --- a/sys/isofs/udf/udf_vfsops.c +++ b/sys/isofs/udf/udf_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: udf_vfsops.c,v 1.37 2011/07/04 04:30:41 tedu Exp $ */ +/* $OpenBSD: udf_vfsops.c,v 1.38 2011/07/04 20:35:35 deraadt Exp $ */ /* * Copyright (c) 2001, 2002 Scott Long <scottl@freebsd.org> @@ -65,8 +65,7 @@ #include <sys/queue.h> #include <sys/vnode.h> #include <sys/endian.h> - -#include <miscfs/specfs/specdev.h> +#include <sys/specdev.h> #include <isofs/udf/ecma167-udf.h> #include <isofs/udf/udf.h> |
