]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-arm-linux26-syscall-missing-20080218
authorDerrick Brashear <shadow@dementia.org>
Tue, 19 Feb 2008 03:39:37 +0000 (03:39 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 19 Feb 2008 03:39:37 +0000 (03:39 +0000)
LICENSE IPL10

there's nothing non-political about this. whatever.

(cherry picked from commit 1e4c03deecee1671703af891dbaf11e11b0dd5c8)

src/config/param.arm_linux26.h

index 14448213443f9b4282ce7b8edd85c93d6d04718c..6fb0e07b4b2339cc91d9473a48a43444f84033d7 100644 (file)
@@ -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