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/files/patch-ab | |
| 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>
Diffstat (limited to 'net/ipv6socket_scrub/files/patch-ab')
| -rw-r--r-- | net/ipv6socket_scrub/files/patch-ab | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/ipv6socket_scrub/files/patch-ab b/net/ipv6socket_scrub/files/patch-ab new file mode 100644 index 000000000000..e6241f6bd7c8 --- /dev/null +++ b/net/ipv6socket_scrub/files/patch-ab @@ -0,0 +1,9 @@ +--- Makefile.orig Wed Oct 13 18:01:46 1999 ++++ Makefile Sun Nov 28 23:26:42 1999 +@@ -1,5 +1,5 @@ + CC = cc +-CFLAGS = -xO3 ++CFLAGS = -O3 + LDFLAGS = + + PROG = ipv6socket_scrub |
