diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2007-06-26 02:07:47 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2007-06-26 02:07:47 +0000 |
| commit | f1d305391fa0196235bb23b9de3fb736fd039bb8 (patch) | |
| tree | c5c9744c0e8cbe04231472c45a86cfbbc11de1a3 /lib/libc | |
| parent | 974fd8c650b26052b27f14eb673cfb94e5fcac47 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/sctp_sys_calls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/sctp_sys_calls.c b/lib/libc/net/sctp_sys_calls.c index 90e1fd415cea..d2040b10d4c0 100644 --- a/lib/libc/net/sctp_sys_calls.c +++ b/lib/libc/net/sctp_sys_calls.c @@ -214,7 +214,7 @@ sctp_connectx(int sd, const struct sockaddr *addrs, int addrcnt, if (len > (sizeof(buf) - sizeof(int))) { /* Never enough memory */ errno = E2BIG; - return (-1) + return (-1); } at = (struct sockaddr *)((caddr_t)at + at->sa_len); cnt++; |
