]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-arm-linux26-syscall-missing-20080218
authorDerrick Brashear <shadow@dementia.org>
Tue, 19 Feb 2008 03:39:17 +0000 (03:39 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 19 Feb 2008 03:39:17 +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 dd2dfde020fe4177bc7633a12d563d65f6ba95ed..d4648319e6d754c69a8c68a237f6c0f2dfe76e1b 100644 (file)
@@ -23,6 +23,9 @@
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
 #define AFS_SYSCALL 137
 #define AFS_64BIT_IOPS_ENV  1
+#ifndef __NR_afs_syscall
+#define __NR_afs_syscall 137
+#endif
 #define AFS_NAMEI_ENV     1    /* User space interface to file system */
 #define AFS_64BIT_ENV          1
 #define AFS_64BIT_CLIENT       1