[前][次][番号順一覧][スレッド一覧]

ruby-changes:18360

From: akr <ko1@a...>
Date: Sun, 26 Dec 2010 13:26:18 +0900 (JST)
Subject: [ruby-changes:18360] Ruby:r30383 (trunk): update comment.

akr	2010-12-26 13:26:10 +0900 (Sun, 26 Dec 2010)

  New Revision: 30383

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30383

  Log:
    update comment.

  Modified files:
    trunk/ext/socket/option.c

Index: ext/socket/option.c
===================================================================
--- ext/socket/option.c	(revision 30382)
+++ ext/socket/option.c	(revision 30383)
@@ -426,8 +426,11 @@
  * Another hackish workaround is "RFC 1724 hack".
  * RFC 1724 section 3.3 suggests unnumbered interfaces
  * specified by pseudo address 0.0.0.0/8.
- * NetBSD 4 documented it.
+ * NetBSD 4 and FreeBSD 5 documented it.
  * http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/src/share/man/man4/ip.4.diff?r1=1.16&r2=1.17
+ * http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/man/man4/ip.4.diff?r1=1.37;r2=1.38
+ * FreeBSD 7.0 reomved it.
+ * http://www.FreeBSD.org/cgi/cvsweb.cgi/src/share/man/man4/ip.4.diff?r1=1.49;r2=1.50
  *
  * RFC 1724 hack is not supported by Socket::Option#inspect because
  * it is not distinguishable by the size.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]