From c92132eba3250d3ef3647b578a363be970496597 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Sat, 12 Feb 2005 19:52:19 +0000 Subject: [PATCH] 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) --- src/config/param.sun4x_510.h | 3 --- src/config/param.sunx86_510.h | 3 --- 2 files changed, 6 deletions(-) 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 -- 2.39.5