diff options
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/files/patch-ac b/security/openssh/files/patch-ac index bb591d70c5ff..02183d9c5bfe 100644 --- a/security/openssh/files/patch-ac +++ b/security/openssh/files/patch-ac @@ -32,7 +32,7 @@ + * Data types. + */ +typedef u_char sa_family_t; -+typedef u_int32_t socklen_t; ++typedef int socklen_t; + +/* + * bsd-api-new-02a: protocol-independent placeholder for socket addresses |