From bc8f2bfb1cc78458729ca29c6623adff80237018 Mon Sep 17 00:00:00 2001 From: Marc Dionne Date: Sat, 12 Jun 2010 20:43:25 -0400 Subject: [PATCH] Linux s390x: replace AFS_64BIT_KERNEL with AFS_LINUX_64BIT_KERNEL The s390x param.h file defines AFS_64BIT_KERNEL, but this looks to be AIX specific, and some Linux headers expect AFS_LINUX_64BIT_KERNEL. This causes many errors because we end up trying to use struct flock64 instead of struct flock. Change-Id: I39a4a94fa895143172c1ee75ff71c2015232156f Reviewed-on: http://gerrit.openafs.org/2131 Tested-by: Marc Dionne Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/config/param.s390x_linux26.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/param.s390x_linux26.h b/src/config/param.s390x_linux26.h index 1815218..91181d3 100644 --- a/src/config/param.s390x_linux26.h +++ b/src/config/param.s390x_linux26.h @@ -24,7 +24,7 @@ #define AFS_64BITPOINTER_ENV 1 #define AFS_64BITUSERPOINTER_ENV 1 -#define AFS_64BIT_KERNEL 1 +#define AFS_LINUX_64BIT_KERNEL 1 #else /* !defined(UKERNEL) */ -- 1.9.4