summaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/files/patch-aa
blob: 0b92b7897829af70aeecf1ea8d4057e1f3cda138 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 (...);
 }