From owner-freebsd-ports Sat Jan 29 9:40:15 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 CF6EF15AA6 for ; Sat, 29 Jan 2000 09:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA91637; Sat, 29 Jan 2000 09:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (pC19F5470.dip0.t-ipconnect.de [193.159.84.112]) by hub.freebsd.org (Postfix) with ESMTP id 17CF515266 for ; Sat, 29 Jan 2000 09:36:25 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 6B620AB96 for ; Sat, 29 Jan 2000 18:37:30 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id SAA27150; Sat, 29 Jan 2000 18:36:51 +0100 (CET) (envelope-from alex) Message-Id: <200001291736.SAA27150@cichlids.cichlids.com> Date: Sat, 29 Jan 2000 18:36:51 +0100 (CET) From: Alexander Langer Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16449: fix textproc/nicetext (bentofied) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16449 >Category: ports >Synopsis: fix textproc/nicetext (bentofied) >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: Sat Jan 29 09:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: This space is intentionally left blank. >Environment: bento >Description: ansi-c++ violation. (what could it be else?) >How-To-Repeat: bento >Fix: add this to the pathces subdir: --- patch-ac begins here --- --- nttpd/src/nttpd.cc.old Sat Jan 29 18:27:06 2000 +++ nttpd/src/nttpd.cc Sat Jan 29 18:27:36 2000 @@ -288,7 +288,7 @@ for(;;) { - if ((newfd=accept(sockfd, (struct sockaddr *)&their_addr, &sin_size))==-1) + if ((newfd=accept(sockfd, (struct sockaddr *)&their_addr, (socklen_t *) &sin_size))==-1) { perror("accept"); continue; --- patch-ac ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message