diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-11-24 20:49:04 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-11-24 20:49:04 +0000 |
| commit | 9b962c56a47dfb8086850aab1336f72fc38684a1 (patch) | |
| tree | 65494a116459421d7a5750fb4bae370b8bb5de06 /lib/libc_r/uthread/uthread_recvfrom.c | |
| parent | a27816e5a5330fef1e562d7e659575244450c6ce (diff) | |
Notes
Diffstat (limited to 'lib/libc_r/uthread/uthread_recvfrom.c')
| -rw-r--r-- | lib/libc_r/uthread/uthread_recvfrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_recvfrom.c b/lib/libc_r/uthread/uthread_recvfrom.c index acc9f7be7878..3130dfdf7247 100644 --- a/lib/libc_r/uthread/uthread_recvfrom.c +++ b/lib/libc_r/uthread/uthread_recvfrom.c @@ -40,7 +40,7 @@ #include "pthread_private.h" ssize_t -recvfrom(int fd, void *buf, size_t len, int flags, struct sockaddr * from, int *from_len) +recvfrom(int fd, void *buf, size_t len, int flags, struct sockaddr * from, socklen_t *from_len) { int ret; |
