From 1f57480e8e356ff723535567d8159eaa9937e5c0 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 19 Feb 2008 03:39:37 +0000 Subject: [PATCH] STABLE14-arm-linux26-syscall-missing-20080218 LICENSE IPL10 there's nothing non-political about this. whatever. (cherry picked from commit 1e4c03deecee1671703af891dbaf11e11b0dd5c8) --- src/config/param.arm_linux26.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5