diff options
| author | 2002-02-10 22:02:05 +0000 | |
|---|---|---|
| committer | 2002-02-10 22:02:05 +0000 | |
| commit | daf61689626b93379e20c789bb35ea2533f10beb (patch) | |
| tree | e62e6ec4eff1e10e1956bcf087a9809ae2e5ea4a /sys/nfs/nfs_vfsops.c | |
| parent | indent nit (diff) | |
| download | wireguard-openbsd-daf61689626b93379e20c789bb35ea2533f10beb.tar.xz wireguard-openbsd-daf61689626b93379e20c789bb35ea2533f10beb.zip | |
theo doesn't like this code
Diffstat (limited to 'sys/nfs/nfs_vfsops.c')
| -rw-r--r-- | sys/nfs/nfs_vfsops.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index a9c2791843b..439cf624d34 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_vfsops.c,v 1.44 2002/01/16 21:51:16 ericj Exp $ */ +/* $OpenBSD: nfs_vfsops.c,v 1.45 2002/02/10 22:02:05 nate Exp $ */ /* $NetBSD: nfs_vfsops.c,v 1.46.4.1 1996/05/25 22:40:35 fvdl Exp $ */ /* @@ -930,10 +930,6 @@ nfs_sysctl(int *name, u_int namelen, void *oldp, size_t *oldlenp, void *newp, return rv; - case NFS_NORSVPORT: - rv = sysctl_int(oldp, oldlenp, newp, newlen, &nfs_norsvport); - return rv; - default: return EOPNOTSUPP; } |
