dux-kernel-lacks-mem-functions-20011016
authorDerrick Brashear <shadow@dementia.org>
Wed, 17 Oct 2001 04:06:22 +0000 (04:06 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 17 Oct 2001 04:06:22 +0000 (04:06 +0000)
from report from jimmy@e.kth.se

you can tell how many people are using openafs on digital unix/tru64. sigh.

src/config/param.alpha_dux40.h
src/config/param.alpha_dux50.h

index 1b5c8c4..1270ee9 100644 (file)
@@ -102,6 +102,10 @@ enum vcexcl {NONEXCL, EXCL};
 #include <net/net_globals.h>
 
 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
+
+#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 */
 
 #endif /* AFS_PARAM_H */
index 02517ae..651fadb 100644 (file)
@@ -103,6 +103,10 @@ enum vcexcl {NONEXCL, EXCL};
 #include <net/net_globals.h>
 
 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
+
+#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 */
 
 #endif /* AFS_PARAM_H */