From: Sam Hartman Date: Tue, 11 Sep 2001 14:36:05 +0000 (+0000) Subject: Import Openafs 1.2.0 release candidate X-Git-Tag: upstream/1.2.0 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3ebbc1288e94b9ea7a01d1ddc97f6e6de67da29f;p=packages%2Fo%2Fopenafs.git Import Openafs 1.2.0 release candidate --- 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 */