Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 682
b: refs/heads/master
c: 8e7a4f6
h: refs/heads/master
v: v3
  • Loading branch information
blaisorblade@yahoo.it authored and Linus Torvalds committed May 1, 2005
1 parent 04bf825 commit 0d3e37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 92eac95287d75f220a8bbef6646f51a6497c4b4c
refs/heads/master: 8e7a4f69e4ed328aa09ce48601073052557fa85d
8 changes: 1 addition & 7 deletions trunk/arch/um/kernel/sys_call_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
#include "sysdep/syscalls.h"
#include "kern_util.h"

#ifdef CONFIG_NFSD
#define NFSSERVCTL sys_nfsservctl
#else
#define NFSSERVCTL sys_ni_syscall
#endif

#define LAST_GENERIC_SYSCALL __NR_keyctl

#if LAST_GENERIC_SYSCALL > LAST_ARCH_SYSCALL
Expand Down Expand Up @@ -189,7 +183,7 @@ syscall_handler_t *sys_call_table[] = {
[ __NR_getresuid ] = (syscall_handler_t *) sys_getresuid16,
[ __NR_query_module ] = (syscall_handler_t *) sys_ni_syscall,
[ __NR_poll ] = (syscall_handler_t *) sys_poll,
[ __NR_nfsservctl ] = (syscall_handler_t *) NFSSERVCTL,
[ __NR_nfsservctl ] = (syscall_handler_t *) sys_nfsservctl,
[ __NR_setresgid ] = (syscall_handler_t *) sys_setresgid16,
[ __NR_getresgid ] = (syscall_handler_t *) sys_getresgid16,
[ __NR_prctl ] = (syscall_handler_t *) sys_prctl,
Expand Down

0 comments on commit 0d3e37d

Please sign in to comment.