summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mountd/mountd.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-25 08:14:14 +0000
committerru <ru@FreeBSD.org>2001-05-25 08:14:14 +0000
commit8094d979ca0adb982d9e0c5482a2825da1b38e11 (patch)
tree09c650cd510113b8d6d68446ef7b4dba2f8e6e81 /usr.sbin/mountd/mountd.c
parent0c045c5d540f08a8fe263cda4d97745b7a4b5a33 (diff)
downloadFreeBSD-src-8094d979ca0adb982d9e0c5482a2825da1b38e11.zip
FreeBSD-src-8094d979ca0adb982d9e0c5482a2825da1b38e11.tar.gz
- sys/msdosfs moved to sys/fs/msdosfs
- msdos.ko renamed to msdosfs.ko - /usr/include/msdosfs moved to /usr/include/fs/msdosfs
Diffstat (limited to 'usr.sbin/mountd/mountd.c')
-rw-r--r--usr.sbin/mountd/mountd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c
index cab8bc0..2d198e6 100644
--- a/usr.sbin/mountd/mountd.c
+++ b/usr.sbin/mountd/mountd.c
@@ -63,7 +63,7 @@ static const char rcsid[] =
#include <nfs/nfsproto.h>
#include <nfs/nfs.h>
#include <ufs/ufs/ufsmount.h>
-#include <msdosfs/msdosfsmount.h>
+#include <fs/msdosfs/msdosfsmount.h>
#include <ntfs/ntfsmount.h>
#include <isofs/cd9660/cd9660_mount.h> /* XXX need isofs in include */
OpenPOWER on IntegriCloud