diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-02-13 03:32:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-02-13 03:32:07 +0000 |
| commit | 242c5536ea8a69496ed4827a9908505b8eaf52da (patch) | |
| tree | a31aa86acc3b4c619d5f6919749b971bfe1833bc /sys/nfsclient/nfs_nfsiod.c | |
| parent | 84a5b015049ed8f12d326801575b6bd2a7a4973b (diff) | |
Notes
Diffstat (limited to 'sys/nfsclient/nfs_nfsiod.c')
| -rw-r--r-- | sys/nfsclient/nfs_nfsiod.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/nfsclient/nfs_nfsiod.c b/sys/nfsclient/nfs_nfsiod.c index 15c623133270..14ff8d1f0145 100644 --- a/sys/nfsclient/nfs_nfsiod.c +++ b/sys/nfsclient/nfs_nfsiod.c @@ -59,9 +59,6 @@ #include <netinet/in.h> #include <netinet/tcp.h> -#ifdef ISO -#include <netiso/iso.h> -#endif #include <nfs/xdr_subs.h> #include <nfs/rpcv2.h> #include <nfs/nfsproto.h> @@ -339,15 +336,6 @@ nfssvc_addsock(fp, mynam, p) FREE(mynam, M_SONAME); return (EPERM); } -#ifdef ISO - } else if (so->so_proto->pr_protocol == ISOPROTO_CLTP) { - tslp = nfs_cltpsock; - if (tslp->ns_flag & SLP_VALID) { - if (mynam != NULL) - FREE(mynam, M_SONAME); - return (EPERM); - } -#endif /* ISO */ } #endif if (so->so_type == SOCK_STREAM) |
