From 3ebbc1288e94b9ea7a01d1ddc97f6e6de67da29f Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Tue, 11 Sep 2001 14:36:05 +0000 Subject: [PATCH] Import Openafs 1.2.0 release candidate --- src/config/param.sun4x_58.h | 5 ++++- src/config/param.sun4x_58_usr.h | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/config/param.sun4x_58.h b/src/config/param.sun4x_58.h index a4405847e..e943d151d 100644 --- a/src/config/param.sun4x_58.h +++ b/src/config/param.sun4x_58.h @@ -2,7 +2,7 @@ #define AFS_PARAM_H #define AFS_VFS_ENV 1 -/* Used only in vfsck/* code; is it needed any more???? */ +/* Used only in vfsck code; is it needed any more???? */ #define AFS_VFSINCL_ENV 1 /* NOBODY uses this.... */ #define AFS_GREEDY43_ENV 1 /* Used only in rx/rx_user.c */ @@ -99,6 +99,9 @@ #define AFS_KALLOC_NOSLEEP(n) kmem_alloc(n, KM_NOSLEEP) #define AFS_KFREE kmem_free #define VATTR_NULL vattr_null +#define memset(A, B, S) bzero(A, S) +#define memcpy(B, A, S) bcopy(A, B, S) +#define memcmp(A, B, S) bcmp(A, B, S) #endif /* KERNEL */ #define AFS_DIRENT #ifndef CMSERVERPREF diff --git a/src/config/param.sun4x_58_usr.h b/src/config/param.sun4x_58_usr.h index 98d41088f..87fec13ec 100644 --- a/src/config/param.sun4x_58_usr.h +++ b/src/config/param.sun4x_58_usr.h @@ -15,6 +15,8 @@ #define AFS_USR_SUN7_ENV 1 #define AFS_USR_SUN8_ENV 1 +#define AFS_64BIT_ENV 1 + #include /*#define AFS_GLOBAL_SUNLOCK 1 /* For global locking */ -- 2.39.5