All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] IPVS: linkage error without CONFIG_IP_VS_PROTO_TCP
@ 2003-08-09  7:29 YOSHIFUJI Hideaki / 吉藤英明
  2003-08-09  9:34 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2003-08-09  7:29 UTC (permalink / raw)
  To: davem; +Cc: netdev

This patch fixes linkage error occurs if CONFIG_IP_VS_PROTO_TCP 
is not set.

Thanks.

Index: linux26/net/ipv4/ipvs/ip_vs_core.c
===================================================================
RCS file: /cvsroot/usagi/usagi/kernel/linux26/net/ipv4/ipvs/ip_vs_core.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ip_vs_core.c
--- linux26/net/ipv4/ipvs/ip_vs_core.c	15 Jul 2003 07:42:29 -0000	1.1.1.1
+++ linux26/net/ipv4/ipvs/ip_vs_core.c	9 Aug 2003 07:14:55 -0000
@@ -53,7 +53,9 @@
 EXPORT_SYMBOL(ip_vs_conn_new);
 EXPORT_SYMBOL(ip_vs_conn_in_get);
 EXPORT_SYMBOL(ip_vs_conn_out_get);
+#ifdef CONFIG_IP_VS_PROTO_TCP
 EXPORT_SYMBOL(ip_vs_tcp_conn_listen);
+#endif
 EXPORT_SYMBOL(ip_vs_conn_put);
 #ifdef CONFIG_IP_VS_DEBUG
 EXPORT_SYMBOL(ip_vs_get_debug_level);


-- 
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA

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

* Re: [PATCH] IPVS: linkage error without CONFIG_IP_VS_PROTO_TCP
  2003-08-09  7:29 [PATCH] IPVS: linkage error without CONFIG_IP_VS_PROTO_TCP YOSHIFUJI Hideaki / 吉藤英明
@ 2003-08-09  9:34 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-08-09  9:34 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki / _$B5HF#1QL@; +Cc: netdev

On Sat, 09 Aug 2003 16:29:52 +0900 (JST)
YOSHIFUJI Hideaki / _$B5HF#1QL@ <yoshfuji@linux-ipv6.org> wrote:

> This patch fixes linkage error occurs if CONFIG_IP_VS_PROTO_TCP 
> is not set.

Applied, thank you.

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

end of thread, other threads:[~2003-08-09  9:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-09  7:29 [PATCH] IPVS: linkage error without CONFIG_IP_VS_PROTO_TCP YOSHIFUJI Hideaki / 吉藤英明
2003-08-09  9:34 ` David S. Miller

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.