osi-syscall-fix-20050302
authorChas Williams <chas@cmf.nrl.navy.mil>
Thu, 3 Mar 2005 16:56:48 +0000 (16:56 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 3 Mar 2005 16:56:48 +0000 (16:56 +0000)
FIXES 17666

fix typo _nr should __nr

src/afs/LINUX/osi_syscall.c

index 5829048..34133c2 100644 (file)
@@ -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;
     }