summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660/cd9660_rrip.c
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2007-02-11 13:54:25 +0000
committerrodrigc <rodrigc@FreeBSD.org>2007-02-11 13:54:25 +0000
commitb236d22de9d89ff115ca8a6bb14457563c4ea3bd (patch)
treeff1d9118b7072715f302a78c66c6a215d497c3e3 /sys/fs/cd9660/cd9660_rrip.c
parent3c925b07d6111dac4b4ad4a92620b3bf456aa1c9 (diff)
downloadFreeBSD-src-b236d22de9d89ff115ca8a6bb14457563c4ea3bd.zip
FreeBSD-src-b236d22de9d89ff115ca8a6bb14457563c4ea3bd.tar.gz
Forced commit and #include changes for repo copy from
sys/isofs/cd9660 to sys/fs/cd9660. Discussed on freebsd-current.
Diffstat (limited to 'sys/fs/cd9660/cd9660_rrip.c')
-rw-r--r--sys/fs/cd9660/cd9660_rrip.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/fs/cd9660/cd9660_rrip.c b/sys/fs/cd9660/cd9660_rrip.c
index 0b9b1b5..c3c8027 100644
--- a/sys/fs/cd9660/cd9660_rrip.c
+++ b/sys/fs/cd9660/cd9660_rrip.c
@@ -45,10 +45,10 @@ __FBSDID("$FreeBSD$");
#include <sys/mount.h>
#include <sys/kernel.h>
-#include <isofs/cd9660/iso.h>
-#include <isofs/cd9660/cd9660_node.h>
-#include <isofs/cd9660/cd9660_rrip.h>
-#include <isofs/cd9660/iso_rrip.h>
+#include <fs/cd9660/iso.h>
+#include <fs/cd9660/cd9660_node.h>
+#include <fs/cd9660/cd9660_rrip.h>
+#include <fs/cd9660/iso_rrip.h>
typedef int rrt_func_t(void *, ISO_RRIP_ANALYZE *ana);
OpenPOWER on IntegriCloud