From: Paul M. <le...@us...> - 2001-08-25 06:24:50
|
Update of /cvsroot/linux-mips/linux/kernel In directory usw-pr-cvs1:/tmp/cvs-serv25707/kernel Modified Files: sys.c Log Message: Synced with Ralf's 2.4.8 code. Index: sys.c =================================================================== RCS file: /cvsroot/linux-mips/linux/kernel/sys.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sys.c 2001/08/25 02:19:28 1.2 --- sys.c 2001/08/25 06:24:46 1.3 *************** *** 473,477 **** * Thanks to Olaf Kirch and Peter Benie for spotting this. */ ! extern inline void cap_emulate_setxuid(int old_ruid, int old_euid, int old_suid) { --- 473,477 ---- * Thanks to Olaf Kirch and Peter Benie for spotting this. */ ! static inline void cap_emulate_setxuid(int old_ruid, int old_euid, int old_suid) { |