All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Autofs configure fails to detect IPv6 when libtirpc is enabled
@ 2011-07-26 12:29 Steve Dickson
  2011-07-26 14:50 ` [Libtirpc-devel] " Chuck Lever
  0 siblings, 1 reply; 32+ messages in thread
From: Steve Dickson @ 2011-07-26 12:29 UTC (permalink / raw)
  To: Libtirpc Devel List; +Cc: Linux NFS Mailing List

From: Ian Kent <raven@themaw.net>

The IPv6 client functions clntudp6_bufcreate(), clntudp6_create and
clnttcp6_create and the server functions svcudp6_bufcreate(),
svctcp6_create() and svcudp6_create() are not included in the library
whe libtirpc is built.

Signed-off-by: Steve Dickson <steved@redhat.com>
---
 src/rpc_soc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/rpc_soc.c b/src/rpc_soc.c
index c678429..584ac71 100644
--- a/src/rpc_soc.c
+++ b/src/rpc_soc.c
@@ -236,7 +236,7 @@ clnttcp_create(raddr, prog, vers, sockp, sendsz, recvsz)
 
 /* IPv6 version of clnt*_*create */
 
-#ifdef INET6_NOT_USED
+#ifdef INET6
 
 CLIENT *
 clntudp6_bufcreate(raddr, prog, vers, wait, sockp, sendsz, recvsz)
@@ -392,7 +392,7 @@ svcraw_create()
 
 
 /* IPV6 version */
-#ifdef INET6_NOT_USED
+#ifdef INET6
 SVCXPRT *
 svcudp6_bufcreate(fd, sendsz, recvsz)
 	int fd;
-- 
1.7.6


^ permalink raw reply related	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2011-07-28 14:45 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 12:29 [PATCH] Autofs configure fails to detect IPv6 when libtirpc is enabled Steve Dickson
2011-07-26 14:50 ` [Libtirpc-devel] " Chuck Lever
     [not found]   ` <8A84CF7D-9579-4645-AE5D-FE8358F466C0-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-07-26 21:13     ` Steve Dickson
2011-07-26 21:13       ` Steve Dickson
     [not found]       ` <4E2F2DE6.5030500-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
2011-07-27  0:57         ` Ian Kent
2011-07-27  0:57           ` Ian Kent
     [not found]           ` <1311728231.3473.7.camel-jgopVnDzZD88qxobedHYj6xOck334EZe@public.gmane.org>
2011-07-27  1:23             ` Ian Kent
2011-07-27  1:23               ` Ian Kent
     [not found]               ` <1311729784.3473.14.camel-jgopVnDzZD88qxobedHYj6xOck334EZe@public.gmane.org>
2011-07-27  2:02                 ` Ian Kent
2011-07-27  2:02                   ` Ian Kent
     [not found]                   ` <1311732168.3473.16.camel-jgopVnDzZD88qxobedHYj6xOck334EZe@public.gmane.org>
2011-07-27  2:10                     ` Chuck Lever
2011-07-27  2:10                       ` Chuck Lever
2011-07-27  2:09                 ` Chuck Lever
2011-07-27  2:09                   ` Chuck Lever
     [not found]                   ` <A8F3853A-9C75-4F65-8EEB-88DD13C3FF9B-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-07-27  2:40                     ` Ian Kent
2011-07-27  2:40                       ` Ian Kent
     [not found]                       ` <1311734445.3473.19.camel-jgopVnDzZD88qxobedHYj6xOck334EZe@public.gmane.org>
2011-07-27  3:13                         ` Ian Kent
2011-07-27  3:13                           ` Ian Kent
2011-07-27  3:30                         ` Chuck Lever
2011-07-27  3:30                           ` Chuck Lever
     [not found]                           ` <8A86A2AE-A1C7-473E-931A-CF03BD690CE6-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-07-27  3:39                             ` Ian Kent
2011-07-27  3:39                               ` Ian Kent
     [not found]                               ` <1311737951.3473.28.camel-jgopVnDzZD88qxobedHYj6xOck334EZe@public.gmane.org>
2011-07-27  6:37                                 ` Ian Kent
2011-07-27  6:37                                   ` Ian Kent
2011-07-28  2:26                             ` Ian Kent
2011-07-28  2:26                               ` Ian Kent
     [not found]                               ` <1311819970.3332.3.camel-jgopVnDzZD88qxobedHYj6xOck334EZe@public.gmane.org>
2011-07-28 11:20                                 ` Chuck Lever
2011-07-28 11:20                                   ` Chuck Lever
     [not found]                                   ` <E21E3A76-96FD-4F44-8187-70532FD3D6AD-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-07-28 14:33                                     ` Ian Kent
2011-07-28 14:33                                       ` Ian Kent
     [not found]                                       ` <1311863605.3332.17.camel-jgopVnDzZD88qxobedHYj6xOck334EZe@public.gmane.org>
2011-07-28 14:45                                         ` Chuck Lever
2011-07-28 14:45                                           ` Chuck Lever

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.