diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-22 08:55:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-22 08:55:02 +0000 |
commit | 26a95778a0bebeeb0d227db37043b61d7d7cca79 (patch) | |
tree | 4713e92d6f4d3fe5725685c4c3d25bf9b28b42e8 /net/libunp/files | |
parent | e64230df117e44d9b515d8eaf04235a5dfe44c61 (diff) | |
download | ports-26a95778a0bebeeb0d227db37043b61d7d7cca79.tar.gz ports-26a95778a0bebeeb0d227db37043b61d7d7cca79.zip |
- Fix build on AMD64
PR: ports/63201
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Notes
Notes:
svn path=/head/; revision=101704
Diffstat (limited to 'net/libunp/files')
-rw-r--r-- | net/libunp/files/patch-libfree:inet_ntop.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libunp/files/patch-libfree:inet_ntop.c b/net/libunp/files/patch-libfree:inet_ntop.c new file mode 100644 index 000000000000..d65c3b8b3cfa --- /dev/null +++ b/net/libunp/files/patch-libfree:inet_ntop.c @@ -0,0 +1,11 @@ +--- libfree/inet_ntop.c.orig Sat Feb 21 21:25:08 2004 ++++ libfree/inet_ntop.c Sat Feb 21 21:25:21 2004 +@@ -57,7 +57,7 @@ + int af; + const void *src; + char *dst; +- size_t size; ++ socklen_t size; + { + switch (af) { + case AF_INET: |