From: Derrick Brashear Date: Tue, 19 Feb 2008 03:39:17 +0000 (+0000) Subject: DEVEL15-arm-linux26-syscall-missing-20080218 X-Git-Tag: openafs-devel-1_5_32~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0867f2c59a59ed4075bf54051a3fcec65aed4205;p=packages%2Fo%2Fopenafs.git DEVEL15-arm-linux26-syscall-missing-20080218 LICENSE IPL10 there's nothing non-political about this. whatever. (cherry picked from commit 1e4c03deecee1671703af891dbaf11e11b0dd5c8) --- diff --git a/src/config/param.arm_linux26.h b/src/config/param.arm_linux26.h index dd2dfde02..d4648319e 100644 --- a/src/config/param.arm_linux26.h +++ b/src/config/param.arm_linux26.h @@ -23,6 +23,9 @@ #define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ #define AFS_SYSCALL 137 #define AFS_64BIT_IOPS_ENV 1 +#ifndef __NR_afs_syscall +#define __NR_afs_syscall 137 +#endif #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1 #define AFS_64BIT_CLIENT 1