From: Marc Dionne Date: Sun, 13 Jun 2010 00:43:25 +0000 (-0400) Subject: Linux s390x: replace AFS_64BIT_KERNEL with AFS_LINUX_64BIT_KERNEL X-Git-Tag: openafs-devel-1_5_75~148 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=bc8f2bfb1cc78458729ca29c6623adff80237018 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 --- 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) */