diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-08 00:38:53 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-08 00:38:53 +0000 |
commit | f534a3187b955b847dbe88fadbb11c64b4bcd26f (patch) | |
tree | 552ce6072a78876a74633b4bdc95cb7f616444fd /arch/mips/kernel/syscalls.h | |
parent | ae5bed3ba39f06871e8fb25bba8d6848bd340ee5 (diff) |
newstat / newlstat / newfstat have 2 not three arguments.
Diffstat (limited to 'arch/mips/kernel/syscalls.h')
-rw-r--r-- | arch/mips/kernel/syscalls.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/arch/mips/kernel/syscalls.h b/arch/mips/kernel/syscalls.h index 23d59274b..9a6795f4e 100644 --- a/arch/mips/kernel/syscalls.h +++ b/arch/mips/kernel/syscalls.h @@ -1,10 +1,9 @@ -/* $Id: syscalls.h,v 1.22 2000/02/18 00:24:30 ralf Exp $ - * +/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * - * Copyright (C) 1995, 1996, 1997, 1998 by Ralf Baechle + * Copyright (C) 1995, 96, 97, 98, 99, 2000 by Ralf Baechle */ /* @@ -228,9 +227,9 @@ SYS(sys_ni_syscall, 0) SYS(sys_mmap2, 6) /* 4210 */ SYS(sys_truncate64, 2) SYS(sys_ftruncate64, 2) -SYS(sys_stat64, 3) -SYS(sys_lstat64, 3) -SYS(sys_fstat64, 3) /* 4215 */ +SYS(sys_stat64, 2) +SYS(sys_lstat64, 2) +SYS(sys_fstat64, 2) /* 4215 */ SYS(sys_pivot_root, 2) SYS(sys_mincore, 3) SYS(sys_madvise, 3) |