aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-20 01:49:28 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-20 01:49:28 +0000
commit5238dc87097dff455500bdfd9050a40ccfd24a9e (patch)
treecd22ebdb96cc058790ad1c931c7f8b479f67a004 /net-mgmt
parent8975664af8900c0f03b9a3385cae810d6337007d (diff)
downloadports-5238dc87097dff455500bdfd9050a40ccfd24a9e.tar.gz
ports-5238dc87097dff455500bdfd9050a40ccfd24a9e.zip
Judiciously s/int/ssize_t/ so this build on FreeBSD/Alpha.
Notes
Notes: svn path=/head/; revision=21794
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/irrtoolset/files/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-mgmt/irrtoolset/files/patch-aa b/net-mgmt/irrtoolset/files/patch-aa
new file mode 100644
index 000000000000..0b92b7897829
--- /dev/null
+++ b/net-mgmt/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 (...);
+ }
+