mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
dux-kernel-lacks-mem-functions-20011016
from report from jimmy@e.kth.se you can tell how many people are using openafs on digital unix/tru64. sigh.
This commit is contained in:
parent
d4c039ce1a
commit
50b3a0fb22
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user