From 8094d979ca0adb982d9e0c5482a2825da1b38e11 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 25 May 2001 08:14:14 +0000 Subject: - sys/msdosfs moved to sys/fs/msdosfs - msdos.ko renamed to msdosfs.ko - /usr/include/msdosfs moved to /usr/include/fs/msdosfs --- usr.sbin/sysinstall/dos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sysinstall/dos.c') diff --git a/usr.sbin/sysinstall/dos.c b/usr.sbin/sysinstall/dos.c index ae6eb1e..bada228 100644 --- a/usr.sbin/sysinstall/dos.c +++ b/usr.sbin/sysinstall/dos.c @@ -46,7 +46,7 @@ #include #define MSDOSFS #include -#include +#include #undef MSDOSFS static Boolean DOSMounted; -- cgit v1.1