Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/net/lib/libsockin comment meets reality



details:   https://anonhg.NetBSD.org/src/rev/d3c86ceae60d
branches:  trunk
changeset: 329115:d3c86ceae60d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri May 09 06:12:48 2014 +0000

description:
comment meets reality

diffstat:

 sys/rump/net/lib/libsockin/sockin.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r bced540fd2a1 -r d3c86ceae60d sys/rump/net/lib/libsockin/sockin.c
--- a/sys/rump/net/lib/libsockin/sockin.c       Thu May 08 20:36:15 2014 +0000
+++ b/sys/rump/net/lib/libsockin/sockin.c       Fri May 09 06:12:48 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sockin.c,v 1.37 2014/04/26 11:23:03 pooka Exp $        */
+/*     $NetBSD: sockin.c,v 1.38 2014/05/09 06:12:48 pooka Exp $        */
 
 /*
  * Copyright (c) 2008, 2009 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sockin.c,v 1.37 2014/04/26 11:23:03 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sockin.c,v 1.38 2014/05/09 06:12:48 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/condvar.h>
@@ -58,8 +58,7 @@
 
 /*
  * An inet communication domain which uses the socket interface.
- * Currently supports only IPv4 UDP, but could easily be extended to
- * support IPv6 and TCP by adding more stuff to the protosw.
+ * Supports IPv4 & IPv6 UDP/TCP.
  */
 
 DOMAIN_DEFINE(sockindomain);



Home | Main Index | Thread Index | Old Index