From: Simon Wilkinson Date: Tue, 15 Mar 2011 21:48:43 +0000 (+0000) Subject: Throw the compiler a bone ... X-Git-Tag: upstream/1.6.0.pre4^2~33 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=17b48f99b60ed0f67270d4649ee9bdcda9a7cc59;p=packages%2Fo%2Fopenafs.git Throw the compiler a bone ... ... failing that, a semi colon. Reviewed-on: http://gerrit.openafs.org/4234 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit ffdc040d560a461abd59602ad62ba2fbf150227f) Change-Id: I6dc924df277da7e650d6ae26f8520b23be10db3e Reviewed-on: http://gerrit.openafs.org/4235 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/afs/LINUX/osi_syscall.c b/src/afs/LINUX/osi_syscall.c index f22ae3836..c306309a0 100644 --- a/src/afs/LINUX/osi_syscall.c +++ b/src/afs/LINUX/osi_syscall.c @@ -125,7 +125,7 @@ static SYSCALLTYPE afs_ni_syscall32 = 0; static SYSCALLTYPE old_sys_setgroupsp = 0; static SYSCALLTYPE old_sys32_setgroupsp = 0; -asmlinkage long afs32_xsetgroups(int gidsetsize, gid_t *grouplist) +asmlinkage long afs32_xsetgroups(int gidsetsize, gid_t *grouplist); asmlinkage long (*sys32_setgroupsp)(int gidsetsize, gid_t *grouplist); asmlinkage long sys_close(unsigned int fd);