]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Import Openafs 1.2.0 release candidate upstream/1.2.0
authorSam Hartman <hartmans@debian.org>
Tue, 11 Sep 2001 14:36:05 +0000 (14:36 +0000)
committerSam Hartman <hartmans@debian.org>
Tue, 11 Sep 2001 14:36:05 +0000 (14:36 +0000)
src/config/param.sun4x_58.h
src/config/param.sun4x_58_usr.h

index a4405847e2e2173c401614552c342c7ddf120341..e943d151d5da98d579625ddb5bef253b228a06fe 100644 (file)
@@ -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
index 98d41088f48f6b8172c273a45cb013166502c8f6..87fec13ec7295a781b9dbbdff93bf0ef0da662bf 100644 (file)
@@ -15,6 +15,8 @@
 #define AFS_USR_SUN7_ENV       1
 #define AFS_USR_SUN8_ENV       1
 
+#define AFS_64BIT_ENV          1
+
 #include <afs/afs_sysnames.h>
 
 /*#define AFS_GLOBAL_SUNLOCK   1       /* For global locking */