In article <20021023.165832.11432472.yoshfuji@xxxxxxxxxxxxxx> (at Wed, 23 Oct
2002 16:58:32 +0900 (JST)), YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
says:
> Sorry about that, apply this agaist that patch:
oops, typo. please use this instead:
Index: net/ipv4/tcp_ipv4.c
===================================================================
RCS file: /cvsroot/usagi/usagi-backport/linux24/net/ipv4/tcp_ipv4.c,v
retrieving revision 1.1.1.2.16.2
diff -u -r1.1.1.2.16.2 tcp_ipv4.c
--- net/ipv4/tcp_ipv4.c 22 Oct 2002 19:40:48 -0000 1.1.1.2.16.2
+++ net/ipv4/tcp_ipv4.c 23 Oct 2002 08:03:09 -0000
@@ -45,8 +45,8 @@
* Vitaly E. Lavrov : Transparent proxy revived after year
coma.
* Andi Kleen : Fix new listen.
* Andi Kleen : Fix accept error reporting.
- * YOSHIFUJI Hideaki @USAGI: Support IPV6_V6ONLY socket option, which
- * allow both IPv4 and IPv6 sockets to bind
+ * YOSHIFUJI Hideaki @USAGI and: Support IPV6_V6ONLY socket option, which
+ * Alexey Kuznetsov allow both IPv4 and IPv6 sockets to bind
* a single port at the same time.
*/
Index: net/ipv4/udp.c
===================================================================
RCS file: /cvsroot/usagi/usagi-backport/linux24/net/ipv4/udp.c,v
retrieving revision 1.1.1.1.40.1
diff -u -r1.1.1.1.40.1 udp.c
--- net/ipv4/udp.c 22 Oct 2002 19:19:48 -0000 1.1.1.1.40.1
+++ net/ipv4/udp.c 23 Oct 2002 08:03:09 -0000
@@ -61,8 +61,8 @@
* return ENOTCONN for unconnected sockets
(POSIX)
* Janos Farkas : don't deliver multi/broadcasts to a
different
* bound-to-device socket
- * YOSHIFUJI Hideaki @USAGI: Support IPV6_V6ONLY socket option, which
- * allow both IPv4 and IPv6 sockets to bind
+ * YOSHIFUJI Hideaki @USAGI and: Support IPV6_V6ONLY socket option, which
+ * Alexey Kuznetsov: allow both IPv4 and IPv6 sockets to bind
* a single port at the same time.
*
*
Index: net/ipv6/tcp_ipv6.c
===================================================================
RCS file: /cvsroot/usagi/usagi-backport/linux24/net/ipv6/tcp_ipv6.c,v
retrieving revision 1.1.1.2.16.1
diff -u -r1.1.1.2.16.1 tcp_ipv6.c
--- net/ipv6/tcp_ipv6.c 22 Oct 2002 19:19:48 -0000 1.1.1.2.16.1
+++ net/ipv6/tcp_ipv6.c 23 Oct 2002 08:03:09 -0000
@@ -14,8 +14,8 @@
*
* Fixes:
* Hideaki YOSHIFUJI : sin6_scope_id support
- * YOSHIFUJI Hideaki @USAGI: Support IPV6_V6ONLY socket option, which
- * allow both IPv4 and IPv6 sockets to bind
+ * YOSHIFUJI Hideaki @USAGI and: Support IPV6_V6ONLY socket option, which
+ * Alexey Kuznetsov allow both IPv4 and IPv6 sockets to bind
* a single port at the same time.
*
* This program is free software; you can redistribute it and/or
Index: net/ipv6/udp.c
===================================================================
RCS file: /cvsroot/usagi/usagi-backport/linux24/net/ipv6/udp.c,v
retrieving revision 1.1.1.2.16.1
diff -u -r1.1.1.2.16.1 udp.c
--- net/ipv6/udp.c 22 Oct 2002 19:19:48 -0000 1.1.1.2.16.1
+++ net/ipv6/udp.c 23 Oct 2002 08:03:09 -0000
@@ -11,8 +11,8 @@
*
* Fixes:
* Hideaki YOSHIFUJI : sin6_scope_id support
- * YOSHIFUJI Hideaki @USAGI: Support IPV6_V6ONLY socket option, which
- * allow both IPv4 and IPv6 sockets to bind
+ * YOSHIFUJI Hideaki @USAGI and: Support IPV6_V6ONLY socket option, which
+ * Alexey Kuznetsov allow both IPv4 and IPv6 sockets to bind
* a single port at the same time.
*
* This program is free software; you can redistribute it and/or
|