From: Derrick Brashear Date: Tue, 19 Feb 2008 03:39:37 +0000 (+0000) Subject: STABLE14-arm-linux26-syscall-missing-20080218 X-Git-Tag: openafs-stable-1_4_7pre1~32 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1f57480e8e356ff723535567d8159eaa9937e5c0;p=packages%2Fo%2Fopenafs.git STABLE14-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 144482134..6fb0e07b4 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 +#ifndef __NR_afs_syscall +#define __NR_afs_syscall 137 +#endif #define AFS_64BIT_IOPS_ENV 1 #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1