diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-25 08:14:14 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-25 08:14:14 +0000 |
| commit | 1166fb516bcab6af5f87763ab7a68b7b1416ecbb (patch) | |
| tree | 64fe52b678bf63e85d9b031d209f39ae9981a074 /usr.sbin/sysinstall | |
| parent | 95a09b05570779579c2c9bf092552ba512c0ebdf (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/dos.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/floppy.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/dos.c b/usr.sbin/sysinstall/dos.c index ae6eb1e015c9..bada2282f809 100644 --- a/usr.sbin/sysinstall/dos.c +++ b/usr.sbin/sysinstall/dos.c @@ -46,7 +46,7 @@ #include <grp.h> #define MSDOSFS #include <sys/mount.h> -#include <msdosfs/msdosfsmount.h> +#include <fs/msdosfs/msdosfsmount.h> #undef MSDOSFS static Boolean DOSMounted; diff --git a/usr.sbin/sysinstall/floppy.c b/usr.sbin/sysinstall/floppy.c index b37f51399e7d..4a42c6138e79 100644 --- a/usr.sbin/sysinstall/floppy.c +++ b/usr.sbin/sysinstall/floppy.c @@ -49,7 +49,7 @@ #define MSDOSFS #include <sys/mount.h> -#include <msdosfs/msdosfsmount.h> +#include <fs/msdosfs/msdosfsmount.h> #undef MSDOSFS #include <ufs/ufs/ufsmount.h> diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 9b4b08823c2b..a30634e73da8 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -45,7 +45,7 @@ #define MSDOSFS #include <sys/mount.h> #include <ufs/ufs/ufsmount.h> -#include <msdosfs/msdosfsmount.h> +#include <fs/msdosfs/msdosfsmount.h> #undef MSDOSFS #include <sys/stat.h> #include <sys/sysctl.h> |
