From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9241 invoked by alias); 7 Dec 2001 15:14:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9220 invoked from network); 7 Dec 2001 15:14:28 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 7 Dec 2001 15:14:28 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id D7B5E3D60; Fri, 7 Dec 2001 10:14:18 -0500 (EST) Message-ID: <3C10DCCA.30009@cygnus.com> Date: Fri, 07 Dec 2001 07:14:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: "Martin M. Hunt" Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] ser-tcp.c Solaris fix References: <200112070810.AAA03681@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00195.txt.bz2 Yes, enjoy, Andrew > 2001-12-07 Martin M. Hunt > > * configure.in: Check for sys/filio.h > * configure: Rebuild. > * config.in: Add HAVE_SYS_FILIO_H > * ser-tcp.c: Conditionally include sys/filio.h. > > >