From 3e0fc2ab4a80d96faeeb90d722b4ce71f32eb67b Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Tue, 6 Jul 2004 13:37:18 +0000 Subject: [PATCH] Unbreak pcfs support PR: 68679 --- usr.sbin/amd/include/config.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index b77f1a82b415..9585bc144697 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -574,6 +574,9 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_MSDOSFS_MSDOSFSMOUNT_H */ +/* Define to 1 if you have the header file. */ +#define HAVE_FS_MSDOSFS_MSDOSFSMOUNT_H 1 + /* Define to 1 if you have the header file. */ #define HAVE_NDBM_H 1 @@ -692,19 +695,19 @@ /* #undef HAVE_PCFS_ARGS_T_DSTTIME */ /* Define if `fspec' is member of `pcfs_args_t'. */ -/* #undef HAVE_PCFS_ARGS_T_FSPEC */ +#define HAVE_PCFS_ARGS_T_FSPEC 1 /* Define if `gid' is member of `pcfs_args_t'. */ -/* #undef HAVE_PCFS_ARGS_T_GID */ +#define HAVE_PCFS_ARGS_T_GID 1 /* Define if `mask' is member of `pcfs_args_t'. */ -/* #undef HAVE_PCFS_ARGS_T_MASK */ +#define HAVE_PCFS_ARGS_T_MASK 1 /* Define if `secondswest' is member of `pcfs_args_t'. */ /* #undef HAVE_PCFS_ARGS_T_SECONDSWEST */ /* Define if `uid' is member of `pcfs_args_t'. */ -/* #undef HAVE_PCFS_ARGS_T_UID */ +#define HAVE_PCFS_ARGS_T_UID 1 /* Define to 1 if you have the `plock' function. */ /* #undef HAVE_PLOCK */ @@ -1981,7 +1984,7 @@ #define nfs_args_t struct nfs_args /* Define a type for the pcfs_args structure */ -/* #undef pcfs_args_t */ +#define pcfs_args_t struct msdosfs_args /* Define to `int' if does not define. */ /* #undef pid_t */