From: Peter Nelson Date: Wed, 13 Oct 2004 15:46:29 +0000 (+0000) Subject: amd64-use-flock-20041013 X-Git-Tag: BP-disconnected~206 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1bf42dd73c2f47137cb4adfc682ac852b696bf68;p=packages%2Fo%2Fopenafs.git amd64-use-flock-20041013 so we stand a chance of compiling on amd64 --- diff --git a/src/afs/afs.h b/src/afs/afs.h index 2c80435f2..334277dd4 100644 --- a/src/afs/afs.h +++ b/src/afs/afs.h @@ -43,7 +43,7 @@ extern int afs_shuttingdown; #if defined(AFS_HPUX102_ENV) #define AFS_FLOCK k_flock #else -#if defined(AFS_SUN56_ENV) || (defined(AFS_LINUX24_ENV) && !defined(AFS_PPC64_LINUX26_ENV)) +#if defined(AFS_SUN56_ENV) || (defined(AFS_LINUX24_ENV) && !defined(AFS_PPC64_LINUX26_ENV) && !defined(AFS_AMD64_LINUX26_ENV)) #define AFS_FLOCK flock64 #else #define AFS_FLOCK flock