From b144d742c6a079cd81373385cde1180b972b3e85 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Mon, 20 Mar 2000 04:51:02 +0000 Subject: Fix socklen_t for FreeBSD 3. PR: ports/17491 --- security/openssh/files/patch-ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security') 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 -- cgit v1.2.3