diff options
Diffstat (limited to 'lib/libc_r/uthread/uthread_setsockopt.c')
-rw-r--r-- | lib/libc_r/uthread/uthread_setsockopt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_setsockopt.c b/lib/libc_r/uthread/uthread_setsockopt.c index 6681943db7c..67be1fe195d 100644 --- a/lib/libc_r/uthread/uthread_setsockopt.c +++ b/lib/libc_r/uthread/uthread_setsockopt.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: uthread_setsockopt.c,v 1.2 1999/01/06 05:29:27 d Exp $ + * $OpenBSD: uthread_setsockopt.c,v 1.3 1999/02/16 16:40:01 deraadt Exp $ */ #include <sys/types.h> #include <sys/socket.h> @@ -38,7 +38,7 @@ #include "pthread_private.h" int -setsockopt(int fd, int level, int optname, const void *optval, int optlen) +setsockopt(int fd, int level, int optname, const void *optval, socklen_t optlen) { int ret; |