diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-18 07:38:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-18 07:38:15 +0000 |
commit | d5d2b7649bbaa03192defdec55146a31ed918621 (patch) | |
tree | 138227b775593965a901458996485a1bbc46fa79 /net/honeyd/files/patch-honeyd_overload.c | |
parent | Soekris ist a i386-look-alike, so set ONLY_FOR_ARCHS accordingly (diff) |
- Update to 1.0
PR: ports/79909
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: Yann Berthier <yb@bashibuzuk.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=133562
Diffstat (limited to 'net/honeyd/files/patch-honeyd_overload.c')
-rw-r--r-- | net/honeyd/files/patch-honeyd_overload.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/honeyd/files/patch-honeyd_overload.c b/net/honeyd/files/patch-honeyd_overload.c new file mode 100644 index 000000000000..b77df5b2d269 --- /dev/null +++ b/net/honeyd/files/patch-honeyd_overload.c @@ -0,0 +1,10 @@ +--- honeyd_overload.c.orig Thu Apr 14 16:07:26 2005 ++++ honeyd_overload.c Thu Apr 14 15:32:19 2005 +@@ -127,7 +127,6 @@ + DECLARE(setsockopt, int, (int, int, int, const void *, socklen_t)); + DECLARE(getsockname, int, (int, struct sockaddr *, socklen_t *)); + +-DECLARE(recv, ssize_t, (int, void *, size_t, int)); + DECLARE(recvfrom, ssize_t, (int, void *, size_t, int, struct sockaddr *, + socklen_t *)); + |