diff options
Diffstat (limited to 'arch/mips/kernel/syscalls.h')
-rw-r--r-- | arch/mips/kernel/syscalls.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/kernel/syscalls.h b/arch/mips/kernel/syscalls.h index 66d66ce5b..fd1b39bca 100644 --- a/arch/mips/kernel/syscalls.h +++ b/arch/mips/kernel/syscalls.h @@ -7,7 +7,7 @@ * * Copyright (C) 1995, 1996, 1997 by Ralf Baechle * - * $Id: syscalls.h,v 1.4 1997/06/25 20:07:40 ralf Exp $ + * $Id: syscalls.h,v 1.5 1997/07/20 14:57:27 ralf Exp $ */ /* @@ -210,3 +210,5 @@ SYS(sys_poll, 3) SYS(sys_nfsservctl, 3) SYS(sys_setresgid, 3) /* 4190 */ SYS(sys_getresgid, 3) +SYS(sys_setresgid, 3) /* 4190 */ +SYS(sys_getresgid, 3) |