X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fconfig%2Fparam.obsd46.h;h=8c813922170b2634b2d4b7a51422e3c7f47069bf;hp=38786ad147e7370e85623c5a3b0f0a69342d6f42;hb=3559e5c8edd90ffb17e8f3b722ff014654bae336;hpb=ab17ebef16a04180b2ede8c8ed07cd9c1871ae42 diff --git a/src/config/param.obsd46.h b/src/config/param.obsd46.h index 38786ad..8c81392 100644 --- a/src/config/param.obsd46.h +++ b/src/config/param.obsd46.h @@ -1,5 +1,5 @@ /* - * Thanks to Jim Rees and University of Michigan CITI, for the initial + * Thanks to Jim Rees and University of Michigan CITI, for the initial * OpenBSD porting work. */ @@ -13,7 +13,6 @@ #define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ -#define AFS_64BIT_ENV 1 #define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ @@ -53,9 +52,15 @@ #include #endif +#ifndef TAILQ_ENTRY +#include +#endif + /* Extra kernel definitions (from kdefs file) */ #ifdef _KERNEL +#ifdef MULTIPROCESSOR #define AFS_GLOBAL_SUNLOCK 1 +#endif #define AFS_SHORTGID 0 /* are group id's short? */ #if !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)