summaryrefslogtreecommitdiffstats
path: root/sys/rpc/rpcb_clnt.c
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2008-03-28 09:50:32 +0000
committerdfr <dfr@FreeBSD.org>2008-03-28 09:50:32 +0000
commit3d7f9d1b14e3b0a60532dcf7644a09862d4af9ed (patch)
treed3579f170201616b3e238acc235c4af58fa15f75 /sys/rpc/rpcb_clnt.c
parent5e4993bfe38386869516af500973095a384d683e (diff)
downloadFreeBSD-src-3d7f9d1b14e3b0a60532dcf7644a09862d4af9ed.zip
FreeBSD-src-3d7f9d1b14e3b0a60532dcf7644a09862d4af9ed.tar.gz
Minor changes to improve compatibility with older FreeBSD releases.
Diffstat (limited to 'sys/rpc/rpcb_clnt.c')
-rw-r--r--sys/rpc/rpcb_clnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rpc/rpcb_clnt.c b/sys/rpc/rpcb_clnt.c
index cf47f70..ac3a312 100644
--- a/sys/rpc/rpcb_clnt.c
+++ b/sys/rpc/rpcb_clnt.c
@@ -79,7 +79,7 @@ __FBSDID("$FreeBSD$");
#include <rpc/rpcb_clnt.h>
#include <rpc/rpcb_prot.h>
-#include "rpc_com.h"
+#include <rpc/rpc_com.h>
static struct timeval tottimeout = { 60, 0 };
static const struct timeval rmttimeout = { 3, 0 };
OpenPOWER on IntegriCloud