From 5238dc87097dff455500bdfd9050a40ccfd24a9e Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 20 Sep 1999 01:49:28 +0000 Subject: Judiciously s/int/ssize_t/ so this build on FreeBSD/Alpha. --- net/irrtoolset/files/patch-aa | 18 ++++++++++++++++++ net/ratoolset/files/patch-aa | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 net/irrtoolset/files/patch-aa create mode 100644 net/ratoolset/files/patch-aa (limited to 'net') diff --git a/net/irrtoolset/files/patch-aa b/net/irrtoolset/files/patch-aa new file mode 100644 index 000000000000..0b92b7897829 --- /dev/null +++ b/net/irrtoolset/files/patch-aa @@ -0,0 +1,18 @@ +--- src/misc/net.hh.orig Sun Sep 19 16:59:27 1999 ++++ src/misc/net.hh Sun Sep 19 17:00:00 1999 +@@ -86,12 +86,12 @@ + int bind (...); + int listen (...); + int accept (...); +-int recvfrom(...); ++ssize_t recvfrom(...); + int gethostname (...); + int setsockopt (...); + int select (...); +-int sendto (...); +-int send (...); ++ssize_t sendto (...); ++ssize_t send (...); + int gettimeofday (...); + } + diff --git a/net/ratoolset/files/patch-aa b/net/ratoolset/files/patch-aa new file mode 100644 index 000000000000..0b92b7897829 --- /dev/null +++ b/net/ratoolset/files/patch-aa @@ -0,0 +1,18 @@ +--- src/misc/net.hh.orig Sun Sep 19 16:59:27 1999 ++++ src/misc/net.hh Sun Sep 19 17:00:00 1999 +@@ -86,12 +86,12 @@ + int bind (...); + int listen (...); + int accept (...); +-int recvfrom(...); ++ssize_t recvfrom(...); + int gethostname (...); + int setsockopt (...); + int select (...); +-int sendto (...); +-int send (...); ++ssize_t sendto (...); ++ssize_t send (...); + int gettimeofday (...); + } + -- cgit v1.2.3