summaryrefslogtreecommitdiffstats
path: root/utils/mount/error.c
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/error.c
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/error.c')
-rw-r--r--utils/mount/error.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/mount/error.c b/utils/mount/error.c
index 5fd5705..5c9d3f2 100644
--- a/utils/mount/error.c
+++ b/utils/mount/error.c
@@ -35,8 +35,6 @@
#include <fcntl.h>
#include <syslog.h>
#include <rpc/rpc.h>
-#include <rpc/pmap_prot.h>
-#include <rpc/pmap_clnt.h>
#include "xcommon.h"
#include "nls.h"