From 1c67c18b311b9785535f1ea2179af19b65c5d77d Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 7 Mar 2001 09:57:03 +0000 Subject: [PATCH] Import version 1.0.3. --- src/config/param.i386_linux24.h | 5 +++++ src/config/param.sun4x_58.h | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/config/param.i386_linux24.h b/src/config/param.i386_linux24.h index 1dd862bcb..0e8e95401 100644 --- a/src/config/param.i386_linux24.h +++ b/src/config/param.i386_linux24.h @@ -52,6 +52,11 @@ #define AFS_GLOBAL_SUNLOCK #endif +#if defined(MODULE) && defined(CONFIG_MODVERSIONS) +#define MODVERSIONS +#include +#endif + #endif /* __KERNEL__ && !DUMP_KERNEL*/ #ifdef KERNEL diff --git a/src/config/param.sun4x_58.h b/src/config/param.sun4x_58.h index b81851011..fbee6f77a 100644 --- a/src/config/param.sun4x_58.h +++ b/src/config/param.sun4x_58.h @@ -19,13 +19,18 @@ #define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ +#ifdef AFS_NAMEI_ENV +#define AFS_64BIT_IOPS_ENV 1 /* needed for NAMEI... */ +#else /* AFS_NAMEI_ENV */ +#define AFS_3DISPARES 1 /* Utilize the 3 available disk inode 'spares' */ +#endif /* AFS_NAMEI_ENV */ + #include #define AFS_GLOBAL_SUNLOCK 1 /* For global locking */ #define RXK_LISTENER_ENV 1 #define AFS_GCPAGS 1 /* if nonzero, garbage collect PAGs */ -#define AFS_3DISPARES 1 /* Utilize the 3 available disk inode 'spares' */ #define AFS_SYSCALL 65 /* File system entry (used if mount.h doesn't define MOUNT_AFS */ -- 2.39.5