From 1bf42dd73c2f47137cb4adfc682ac852b696bf68 Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Wed, 13 Oct 2004 15:46:29 +0000 Subject: [PATCH] amd64-use-flock-20041013 so we stand a chance of compiling on amd64 --- src/afs/afs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5