summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-04-27 08:33:09 -0400
committerSteve Dickson <steved@redhat.com>2015-04-27 08:40:23 -0400
commit8aacc766dd09922d849f5622bb17246772a5a103 (patch)
tree5fa457570f81dfd0d9be8e9de3bba5d148f273ec
parent9e0c7ac4879bd69d5dba7c81b40142feeb33d666 (diff)
downloadrpcbind-8aacc766dd09922d849f5622bb17246772a5a103.tar.gz
rpcb_svc: silence warning
implicit declaration of function ?xlog? Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--src/rpcb_svc.c1
-rw-r--r--src/rpcb_svc_4.c1
-rw-r--r--src/rpcb_svc_com.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/rpcb_svc.c b/src/rpcb_svc.c
index 92361a2..bd92201 100644
--- a/src/rpcb_svc.c
+++ b/src/rpcb_svc.c
@@ -51,6 +51,7 @@
#include <string.h>
#include "rpcbind.h"
+#include "xlog.h"
static void *rpcbproc_getaddr_3_local __P((void *, struct svc_req *, SVCXPRT *,
rpcvers_t));
diff --git a/src/rpcb_svc_4.c b/src/rpcb_svc_4.c
index f1a72a6..b673452 100644
--- a/src/rpcb_svc_4.c
+++ b/src/rpcb_svc_4.c
@@ -52,6 +52,7 @@
#include <string.h>
#include <stdlib.h>
#include "rpcbind.h"
+#include "xlog.h"
static void *rpcbproc_getaddr_4_local __P((void *, struct svc_req *, SVCXPRT *,
rpcvers_t));
diff --git a/src/rpcb_svc_com.c b/src/rpcb_svc_com.c
index 9a094f5..ff9ce6b 100644
--- a/src/rpcb_svc_com.c
+++ b/src/rpcb_svc_com.c
@@ -62,6 +62,7 @@
#include <stdlib.h>
#include "rpcbind.h"
+#include "xlog.h"
#define RPC_BUF_MAX 65536 /* can be raised if required */