diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-04-22 13:14:50 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-04-22 13:14:50 +0000 |
commit | 37c1ec7bae2b0cfdfc54af12903733066384a829 (patch) | |
tree | b9cc41e29032d87c5608c26d7824659218f1ac29 /net/ipv6socket_scrub/pkg-comment | |
parent | Upgrade to 0.40. (diff) |
The ipv6socket_scrub utility searches recursively through
the current directory (the default) or any specified
directory or file to find IPv4 socket code that may be a
candidate for modification when porting to the IPv6 socket API.
The utility is designed to run from a Solaris machine.
WWW: http://www.sun.com/solaris/ipv6
PR: ports/36208
Submitted by: Janos Mohacsi <janos.mohacsi@dante.org.uk>
Notes
Notes:
svn path=/head/; revision=57982
Diffstat (limited to 'net/ipv6socket_scrub/pkg-comment')
-rw-r--r-- | net/ipv6socket_scrub/pkg-comment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6socket_scrub/pkg-comment b/net/ipv6socket_scrub/pkg-comment new file mode 100644 index 000000000000..6b8bbb7f8630 --- /dev/null +++ b/net/ipv6socket_scrub/pkg-comment @@ -0,0 +1 @@ +Checks IPv6 portability of C source code |