From: Derrick Brashear Date: Sat, 12 Feb 2005 19:52:19 +0000 (+0000) Subject: solais10-declares-mem-funcs-20050212 X-Git-Tag: BP-disconnected X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c92132eba3250d3ef3647b578a363be970496597;p=packages%2Fo%2Fopenafs.git solais10-declares-mem-funcs-20050212 mem* funcs now declared in sys/systm.h with a different prototype so there's a conflict. (but delcared means they exist, so this is fine) --- diff --git a/src/config/param.sun4x_510.h b/src/config/param.sun4x_510.h index 50b18dbb4..a32158527 100644 --- a/src/config/param.sun4x_510.h +++ b/src/config/param.sun4x_510.h @@ -113,9 +113,6 @@ #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.sunx86_510.h b/src/config/param.sunx86_510.h index 619a74ec4..b6d18be70 100644 --- a/src/config/param.sunx86_510.h +++ b/src/config/param.sunx86_510.h @@ -117,9 +117,6 @@ #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