From: Chas Williams Date: Thu, 3 Mar 2005 16:56:48 +0000 (+0000) Subject: osi-syscall-fix-20050302 X-Git-Tag: openafs-devel-1_5_0~735 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4e3107a00270132b23194a0e776504f4cb425251;p=packages%2Fo%2Fopenafs.git osi-syscall-fix-20050302 FIXES 17666 fix typo _nr should __nr --- diff --git a/src/afs/LINUX/osi_syscall.c b/src/afs/LINUX/osi_syscall.c index 582904814..34133c25a 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; }