diff options
| author | pooka <pooka@NetBSD.org> | 2014-05-09 06:12:48 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2014-05-09 06:12:48 +0000 |
| commit | 524b22df7abe255d039cf564feeb15defebda40c (patch) | |
| tree | 73067b495235c3fa91cf998387aa7b7d0558c43c /sys | |
| parent | 8af65eb02df5fffc794bb4469601fbbe5b39d831 (diff) | |
comment meets reality
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/rump/net/lib/libsockin/sockin.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/rump/net/lib/libsockin/sockin.c b/sys/rump/net/lib/libsockin/sockin.c index 5f5b0f4bc8b..661dc110bbd 100644 --- a/sys/rump/net/lib/libsockin/sockin.c +++ b/sys/rump/net/lib/libsockin/sockin.c @@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: sockin.c,v 1.37 2014/04/26 11:23:03 pooka Exp $"); /* * 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); |
