]> andersk Git - openssh.git/blobdiff - bsd-rresvport.c
- (bal) Detect if clock_t structure exists, if not define it.
[openssh.git] / bsd-rresvport.c
index e8f822bf56365587c6d45a7ed526984fccd3156a..392768c02f9012e1db7e4118c324af369589c9dc 100644 (file)
@@ -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;
This page took 0.040572 seconds and 4 git commands to generate.