Throw the compiler a bone ...
authorSimon Wilkinson <sxw@your-file-system.com>
Tue, 15 Mar 2011 21:48:43 +0000 (21:48 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 15 Mar 2011 22:22:35 +0000 (15:22 -0700)
... failing that, a semi colon.

Change-Id: I39cf03f16f5faaf32e8335ea6453e76b0d1c67ef
Reviewed-on: http://gerrit.openafs.org/4234
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

src/afs/LINUX/osi_syscall.c

index f22ae38..c306309 100644 (file)
@@ -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);