diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1997-06-20 03:59:55 +0000 |
---|---|---|
committer | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1997-06-20 03:59:55 +0000 |
commit | a038605c5838f817472771c66c8c97453a73ee3b (patch) | |
tree | af799ae739385d154c3358fc5294da71e05b0e76 /arch/mips/kernel/syscalls.h | |
parent | 48c48bf2d047c4787d132d9ad76e47b2813f2de0 (diff) |
Remove a bogus sysctl_bogus call. This should fix net apps.
Diffstat (limited to 'arch/mips/kernel/syscalls.h')
-rw-r--r-- | arch/mips/kernel/syscalls.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/syscalls.h b/arch/mips/kernel/syscalls.h index 60f58297d..969a05ffd 100644 --- a/arch/mips/kernel/syscalls.h +++ b/arch/mips/kernel/syscalls.h @@ -174,7 +174,6 @@ SYS(sys_mlock, 2) SYS(sys_munlock, 2) /* 4155 */ SYS(sys_mlockall, 1) SYS(sys_munlockall, 0) -SYS(sys_nfsservctl, 3) SYS(sys_sched_setparam,2) SYS(sys_sched_getparam,2) SYS(sys_sched_setscheduler,3) /* 4160 */ |