]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-osi-syscall-fix-20050302
authorChas Williams <chas@cmf.nrl.navy.mil>
Fri, 11 Mar 2005 06:49:44 +0000 (06:49 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 11 Mar 2005 06:49:44 +0000 (06:49 +0000)
FIXES 17666

fix typo _nr should __nr

(cherry picked from commit 4e3107a00270132b23194a0e776504f4cb425251)

src/afs/LINUX/osi_syscall.c

index e15dd2f2a139b56e292a00736f3a8367e50d4845..e10e9a6e27d4067a9ef02d99a2c7193da973c025 100644 (file)
@@ -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;
     }