From 1e4c03deecee1671703af891dbaf11e11b0dd5c8 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 19 Feb 2008 03:39:06 +0000 Subject: [PATCH] arm-linux26-syscall-missing-20080218 LICENSE IPL10 there's nothing non-political about this. whatever. --- src/config/param.arm_linux26.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config/param.arm_linux26.h b/src/config/param.arm_linux26.h index 396c80ef04..1a03596904 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 */