From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30601 invoked by alias); 8 Nov 2004 11:27:27 -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 30467 invoked from network); 8 Nov 2004 11:27:17 -0000 Received: from unknown (HELO server7.nfra.nl) (192.87.1.57) by sourceware.org with SMTP; 8 Nov 2004 11:27:17 -0000 Received: from juw15.nfra.nl [10.87.8.15] by server7.nfra.nl; Mon, 08 Nov 2004 12:26:34 +0100 Received: from juw15.nfra.nl (localhost [127.0.0.1]) by juw15.nfra.nl (8.12.2+Sun/8.11.1) with ESMTP id iA8BQxCu022408; Mon, 8 Nov 2004 12:26:59 +0100 (CET) Received: (from kettenis@localhost) by juw15.nfra.nl (8.12.2+Sun/8.12.2/Submit) id iA8BQxL7022405; Mon, 8 Nov 2004 12:26:59 +0100 (CET) Date: Mon, 08 Nov 2004 11:27:00 -0000 Message-Id: <200411081126.iA8BQxL7022405@juw15.nfra.nl> From: Mark Kettenis To: dave@hiauly1.hia.nrc.ca CC: gdb-patches@sources.redhat.com In-reply-to: <200411072351.iA7Np1J7003190@hiauly1.hia.nrc.ca> (dave@hiauly1.hia.nrc.ca) Subject: Re: [patch] Fix inclusion of term.h References: <200411072351.iA7Np1J7003190@hiauly1.hia.nrc.ca> X-SW-Source: 2004-11/txt/msg00123.txt.bz2 Date: Sun, 7 Nov 2004 18:51:01 -0500 (EST) From: "John David Anglin" The enclosed patch fixes a build problem on hppa2.0w-hp-hpux11.11 because ncurses.h and HP term.h are not compatible. If ncurses.h is used, the ncurses version of term.h needs to be used. I also noted that utils.c was including the HP version of curses.h while tui/tui.c was using the ncurses/ncurses.h header. Good catch! Patch looks reasonable, so go ahead. Thanks, Mark