From 47ed65397bb6b59e7bf351f342e5e458026d540b Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Fri, 11 Mar 2005 06:49:44 +0000 Subject: [PATCH] STABLE14-osi-syscall-fix-20050302 FIXES 17666 fix typo _nr should __nr (cherry picked from commit 4e3107a00270132b23194a0e776504f4cb425251) --- src/afs/LINUX/osi_syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/LINUX/osi_syscall.c b/src/afs/LINUX/osi_syscall.c index e15dd2f2a..e10e9a6e2 100644 --- a/src/afs/LINUX/osi_syscall.c +++ b/src/afs/LINUX/osi_syscall.c @@ -257,7 +257,7 @@ int osi_syscall_init(void) SYSCALL2POINTER afs_sys_call_table[_S(__NR_setgroups)]; ((struct fptr *)sys_setgroupsp)->gp = kernel_gp; - afs_sys_call_table[_S(_NR_setgroups)] = + afs_sys_call_table[_S(__NR_setgroups)] = POINTER2SYSCALL((struct fptr *)afs_xsetgroups_stub)->ip; } -- 2.39.5