From: Derrick Brashear Date: Tue, 19 Feb 2008 03:39:06 +0000 (+0000) Subject: arm-linux26-syscall-missing-20080218 X-Git-Tag: BP-openafs-windows-kdfs-ifs~96 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1e4c03deecee1671703af891dbaf11e11b0dd5c8;p=packages%2Fo%2Fopenafs.git arm-linux26-syscall-missing-20080218 LICENSE IPL10 there's nothing non-political about this. whatever. --- diff --git a/src/config/param.arm_linux26.h b/src/config/param.arm_linux26.h index 396c80ef0..1a0359690 100644 --- a/src/config/param.arm_linux26.h +++ b/src/config/param.arm_linux26.h @@ -30,5 +30,7 @@ #define SYS_NAME_ID SYS_NAME_ID_arm_linux26 #define AFSLITTLE_ENDIAN 1 #define AFS_SYSCALL 137 - +#ifndef __NR_afs_syscall +#define __NR_afs_syscall 137 +#endif #endif /* AFS_PARAM_H */