From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13993 invoked by alias); 12 Oct 2010 15:27:31 -0000 Received: (qmail 13968 invoked by uid 22791); 12 Oct 2010 15:27:29 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Oct 2010 15:27:25 +0000 Received: (qmail 12488 invoked from network); 12 Oct 2010 15:27:23 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 12 Oct 2010 15:27:23 -0000 From: Pedro Alves To: "Pierre Muller" Subject: Re: [RFA/Obvious] Fix go32v2 compilation. Date: Tue, 12 Oct 2010 15:27:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.33-29-realtime; KDE/4.4.2; x86_64; ; ) Cc: gdb-patches@sourceware.org, "'Eli Zaretskii'" References: <002401cb6a1e$4eaf5e30$ec0e1a90$@muller@ics-cnrs.unistra.fr> In-Reply-To: <002401cb6a1e$4eaf5e30$ec0e1a90$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201010121627.20369.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-10/txt/msg00192.txt.bz2 On Tuesday 12 October 2010 16:01:10, Pierre Muller wrote: > Pedro, is setting this function to NULL enough to > maintain old functionality for DJGPP > or should a dos specific function be implemented? Yes, it's enough. Aparently, ser-go32.c has the only serial_ops instance that isn't malloc+memset'ed, and I missed that. -- Pedro Alves