From owner-freebsd-ports Sun Mar 19 20:30: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97F4137B6FE for ; Sun, 19 Mar 2000 20:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA04689; Sun, 19 Mar 2000 20:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 19 Mar 2000 20:30:02 -0800 (PST) Message-Id: <200003200430.UAA04689@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fenner Subject: Re: ports/17491: Can't get the OpenSSH port to compile under a RELENG_3 system Reply-To: Bill Fenner Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17491; it has been noted by GNATS. From: Bill Fenner To: chris@hexanet.fr Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/17491: Can't get the OpenSSH port to compile under a RELENG_3 system Date: Sun, 19 Mar 2000 20:21:36 -0800 This is a bug in patches/patch-ac . socklen_t is *not* a u_int32_t on 3.x . Change u_int32_t to int and you should be fine. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message