From 17b48f99b60ed0f67270d4649ee9bdcda9a7cc59 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Tue, 15 Mar 2011 21:48:43 +0000 Subject: [PATCH] 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 --- 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 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); -- 2.39.5