From 4e3107a00270132b23194a0e776504f4cb425251 Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Thu, 3 Mar 2005 16:56:48 +0000 Subject: [PATCH] osi-syscall-fix-20050302 FIXES 17666 fix typo _nr should __nr --- 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 5829048..34133c2 100644 --- a/src/afs/LINUX/osi_syscall.c +++ b/src/afs/LINUX/osi_syscall.c @@ -255,7 +255,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; } -- 1.9.4