From 0d5af6017e4549c8b622b505c6a7dd80b24df512 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Tue, 9 Jan 2001 00:50:29 +0000 Subject: - (bal) Detect if clock_t structure exists, if not define it. - (bal) Detect if O_NONBLOCK exists, if not define it. - (bal) removed news4-posix.h (now empty) - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t' instead of 'int' --- bsd-rresvport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsd-rresvport.c') diff --git a/bsd-rresvport.c b/bsd-rresvport.c index e8f822bf..392768c0 100644 --- a/bsd-rresvport.c +++ b/bsd-rresvport.c @@ -59,7 +59,7 @@ rresvport_af(int *alport, sa_family_t af) struct sockaddr *sa; u_int16_t *portp; int s; - int salen; + socklen_t salen; memset(&ss, '\0', sizeof ss); sa = (struct sockaddr *)&ss; -- cgit v1.2.3