From owner-freebsd-ports Sun Apr 9 17:40: 9 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 D0E8437B6EB for ; Sun, 9 Apr 2000 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA81032; Sun, 9 Apr 2000 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79E5237B663 for ; Sun, 9 Apr 2000 17:39:01 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA80561; Sun, 9 Apr 2000 17:39:01 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004100039.RAA80561@freefall.freebsd.org> Date: Sun, 9 Apr 2000 17:39:01 -0700 (PDT) From: sec@morning.nu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17884: cannot compiled hylafax on 5.0-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17884 >Category: ports >Synopsis: cannot compiled hylafax on 5.0-current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 9 17:40:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: shiba >Release: 5.0-cuurent >Organization: >Environment: >Description: cannot compiled hylafax on 5.0-current >How-To-Repeat: >Fix: --- util/Socket.h.~1~ Sat Feb 14 19:47:49 1998 +++ util/Socket.h Mon Apr 10 09:30:22 2000 @@ -55,11 +55,7 @@ */ class Socket { public: -#ifdef CONFIG_SOCKARGLENTYPE - typedef CONFIG_SOCKARGLENTYPE socklen_t; -#else - typedef int socklen_t; -#endif + typedef u_int32_t socklen_t; static int accept(int s, void* addr, socklen_t* addrlen) { return ::accept(s, (struct sockaddr*) addr, addrlen); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message