X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fconfig%2Fparam.nbsd20.h;h=7397d50f595ad622894f0586da5edfd780478790;hp=a0f0c1fac7d23895a8e1051665a96758822a8778;hb=01845f22fb5847b30c9ab9c687f926ddcd3e35d2;hpb=7ff00fb31ec5fea944871f32f2388ce482b37e92 diff --git a/src/config/param.nbsd20.h b/src/config/param.nbsd20.h index a0f0c1f..7397d50 100644 --- a/src/config/param.nbsd20.h +++ b/src/config/param.nbsd20.h @@ -9,10 +9,11 @@ #include #endif -#define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ +#define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ -#define AFS_NAMEI_ENV 1 /* User space interface to file system */ -#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ +#define AFS_64BIT_ENV 1 +#define AFS_NAMEI_ENV 1 /* User space interface to file system */ +#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ #define AFS_NBSD_ENV 1 #define AFS_NBSD15_ENV 1 #define AFS_NBSD16_ENV 1 @@ -51,11 +52,11 @@ #define MOUNT_AFS AFS_MOUNT_AFS #endif -#define AFS_HAVE_FFS 1 /* Use system's ffs. */ -#define AFS_HAVE_STATVFS 0 /* System doesn't supports statvfs */ +#define AFS_HAVE_FFS 1 /* Use system's ffs. */ +#define AFS_HAVE_STATVFS 1 /* System supports statvfs */ -#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ -#define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ +#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ +#define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ /* Extra kernel definitions (from kdefs file) */ #ifdef _KERNEL @@ -96,7 +97,7 @@ #define VN_HOLD(vp) VREF(((struct vnode *)(vp))) #if !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) -enum vcexcl {NONEXCL, EXCL}; +enum vcexcl { NONEXCL, EXCL }; #ifdef KERNEL #ifndef MIN @@ -107,10 +108,10 @@ enum vcexcl {NONEXCL, EXCL}; #endif #endif /* KERNEL */ -#endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */ +#endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */ #endif /* _KERNEL */ -#endif /* AFS_PARAM_COMMON_H */ +#endif /* AFS_PARAM_COMMON_H */ #else /* !defined(UKERNEL) */