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/amd/include/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr.sbin/amd') diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index 2456edd..8766a5c 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -1572,7 +1572,10 @@ /* #undef HAVE_MOUNT_H */ /* Define if you have the header file. */ -#define HAVE_MSDOSFS_MSDOSFSMOUNT_H 1 +/* #undef HAVE_MSDOSFS_MSDOSFSMOUNT_H */ + +/* Define if you have the header file. */ +#define HAVE_FS_MSDOSFS_MSDOSFSMOUNT_H 1 /* Define if you have the header file. */ #define HAVE_NDBM_H 1 -- cgit v1.1