aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/cd9660/cd9660_bmap.c
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2007-02-11 13:54:25 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2007-02-11 13:54:25 +0000
commita8d36d0d9a684f578ea536a64391d13b744056ac (patch)
treeff1d9118b7072715f302a78c66c6a215d497c3e3 /sys/fs/cd9660/cd9660_bmap.c
parent6c7ef9a0f80e5acc40e33930d24884cb1604d7de (diff)
downloadsrc-a8d36d0d9a684f578ea536a64391d13b744056ac.tar.gz
src-a8d36d0d9a684f578ea536a64391d13b744056ac.zip
Forced commit and #include changes for repo copy from
sys/isofs/cd9660 to sys/fs/cd9660. Discussed on freebsd-current.
Notes
Notes: svn path=/head/; revision=166639
Diffstat (limited to 'sys/fs/cd9660/cd9660_bmap.c')
-rw-r--r--sys/fs/cd9660/cd9660_bmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/cd9660/cd9660_bmap.c b/sys/fs/cd9660/cd9660_bmap.c
index 147f4457b85b..57345011efb0 100644
--- a/sys/fs/cd9660/cd9660_bmap.c
+++ b/sys/fs/cd9660/cd9660_bmap.c
@@ -42,8 +42,8 @@ __FBSDID("$FreeBSD$");
#include <sys/vnode.h>
#include <sys/mount.h>
-#include <isofs/cd9660/iso.h>
-#include <isofs/cd9660/cd9660_node.h>
+#include <fs/cd9660/iso.h>
+#include <fs/cd9660/cd9660_node.h>
/*
* Bmap converts a the logical block number of a file to its physical block