From alex@cichlids.com  Sun Jan 30 10:29:00 2000
Return-Path: <alex@cichlids.com>
Received: from cichlids.com (pC19F549A.dip0.t-ipconnect.de [193.159.84.154])
	by hub.freebsd.org (Postfix) with ESMTP id 707311512D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Jan 2000 10:28:58 -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 CC34CAB92
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Jan 2000 19:28:50 +0100 (CET)
Received: (from alex@localhost)
	by cichlids.cichlids.com (8.9.3/8.9.3) id TAA26136;
	Sun, 30 Jan 2000 19:29:20 +0100 (CET)
	(envelope-from alex)
Message-Id: <200001301829.TAA26136@cichlids.cichlids.com>
Date: Sun, 30 Jan 2000 19:29:20 +0100 (CET)
From: Alexander Langer <alex@cichlids.com>
Reply-To: alex@cichlids.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: fix emulators/bsvc (bentofied)
X-Send-Pr-Version: 3.2

>Number:         16477
>Category:       ports
>Synopsis:       fix emulators/bsvc (bentofied)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 30 10:30:00 PST 2000
>Closed-Date:    Sat Feb 12 11:19:43 PST 2000
>Last-Modified:  Sat Feb 12 11:20:56 PST 2000
>Originator:     Alexander Langer
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
This space is intentionally left blank.
>Environment:

bento

>Description:

fix compiler error on -current.

>How-To-Repeat:

see bento

>Fix:


--- patch-ai begins here ---
--- src/Tools/xtermpipe/xtermpipe.cxx.old	Sun Jan 30 19:21:11 2000
+++ src/Tools/xtermpipe/xtermpipe.cxx	Sun Jan 30 19:21:51 2000
@@ -31,7 +31,7 @@
     select(pipe_id + 1, (int*)&readfds, (int*)&writefds, (int*)&exceptfds,
            (void*)0);
 # else
-    select(pipe_id + 1, &readfds, &writefds, &exceptfds, (void*)0);
+    select(pipe_id + 1, &readfds, &writefds, &exceptfds, (struct timeval *) NULL);
 # endif
 
   if(FD_ISSET(0, &readfds))
--- patch-ai ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->jseger 
Responsible-Changed-By: jedgar 
Responsible-Changed-When: Mon Jan 31 15:59:44 PST 2000 
Responsible-Changed-Why:  
Over to maintainer 
State-Changed-From-To: open->closed 
State-Changed-By: imura 
State-Changed-When: Sat Feb 12 11:19:43 PST 2000 
State-Changed-Why:  
Sorry, I committed a fix before I saw your PR. 


Responsible-Changed-From-To: jseger->freebsd-ports 
Responsible-Changed-By: imura 
Responsible-Changed-When: Sat Feb 12 11:19:43 PST 2000 
Responsible-Changed-Why:  
>Unformatted:
