diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-04-10 20:29:07 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-04-10 20:29:07 -0700 |
| commit | 56b646110274afcd6b8601dd767e93e04901fe6c (patch) | |
| tree | 87ecaf439b5599545f6b47793fa4f8ccb2c29d1a /include/linux/nfsd | |
| parent | d514d18f14fad6e4caf601aeab9b597ff2533e40 (diff) | |
[PATCH] crapectomy in include/linux/nfsd/syscall.h
Removes an atavism in declaration of sys_nfsservctl() - sorry, I should've
remove that junk when cond_syscall() thing was done.
Diffstat (limited to 'include/linux/nfsd')
| -rw-r--r-- | include/linux/nfsd/syscall.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/nfsd/syscall.h b/include/linux/nfsd/syscall.h index b68a0d63f901..82584f980b5a 100644 --- a/include/linux/nfsd/syscall.h +++ b/include/linux/nfsd/syscall.h @@ -132,11 +132,7 @@ union nfsctl_res { /* * Kernel syscall implementation. */ -#if defined(CONFIG_NFSD) || defined(CONFIG_NFSD_MODULE) extern asmlinkage long sys_nfsservctl(int, struct nfsctl_arg *, void *); -#else -#define sys_nfsservctl sys_ni_syscall -#endif extern int exp_addclient(struct nfsctl_client *ncp); extern int exp_delclient(struct nfsctl_client *ncp); extern int exp_export(struct nfsctl_export *nxp); |
