summaryrefslogtreecommitdiffstats
path: root/utils/mount/network.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2008-07-15 13:59:00 -0400
committerSteve Dickson <steved@redhat.com>2008-07-15 13:59:00 -0400
commit8dfb9661a132a206c10067f40e274cf797dab1b2 (patch)
tree6ef1e0e1a4db8aab7880b4fa8fc6bd4f495ce447 /utils/mount/network.h
parent1a1d3757d8881000496b838ff7d1ede981e9c40d (diff)
downloadnfs-utils-8dfb9661a132a206c10067f40e274cf797dab1b2.tar.gz
nfs-utils-8dfb9661a132a206c10067f40e274cf797dab1b2.tar.xz
nfs-utils-8dfb9661a132a206c10067f40e274cf797dab1b2.zip
Clean up: Include the bare minimum of legacy RPC headers in
utils/mount/network.h. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/mount/network.h')
-rw-r--r--utils/mount/network.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/utils/mount/network.h b/utils/mount/network.h
index 544ac93..a4dba1b 100644
--- a/utils/mount/network.h
+++ b/utils/mount/network.h
@@ -25,16 +25,6 @@
#define _NFS_UTILS_MOUNT_NETWORK_H
#include <rpc/pmap_prot.h>
-#include <rpc/clnt.h>
-
-#include "mount.h"
-
-#ifdef HAVE_RPCSVC_NFS_PROT_H
-#include <rpcsvc/nfs_prot.h>
-#else
-#include <linux/nfs.h>
-#define nfsstat nfs_stat
-#endif
#define MNT_SENDBUFSIZE (2048U)
#define MNT_RECVBUFSIZE (1024U)