chiark
/
gitweb
/
~mdw
/
secnet
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
babd74e
)
portability: use socklen_t for argument to recvfrom
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 19 Jun 2011 12:50:51 +0000
(13:50 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 26 Jun 2011 11:07:27 +0000
(12:07 +0100)
Signed-off-by: Richard Kettlewell <richard@greenend.org.uk>
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
udp.c
patch
|
blob
|
blame
|
history
diff --git
a/udp.c
b/udp.c
index 4883d537111e83547e35f2ef16e04e4da3bf7aea..4c393cd603cf397499c206632e2061c9b1947ef9 100644
(file)
--- a/
udp.c
+++ b/
udp.c
@@
-64,7
+64,7
@@
static void udp_afterpoll(void *state, struct pollfd *fds, int nfds)
{
struct udp *st=state;
struct sockaddr_in from;
{
struct udp *st=state;
struct sockaddr_in from;
-
in
t fromlen;
+
socklen_
t fromlen;
struct notify_list *n;
bool_t done;
int rv;
struct notify_list *n;
bool_t done;
int rv;