From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24803 invoked by alias); 11 Aug 2004 09:59:21 -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 24796 invoked from network); 11 Aug 2004 09:59:20 -0000 Received: from unknown (HELO server7.nfra.nl) (192.87.1.57) by sourceware.org with SMTP; 11 Aug 2004 09:59:20 -0000 Received: from juw15.nfra.nl [10.87.8.15] by server7.nfra.nl; Wed, 11 Aug 2004 11:59:09 +0200 Received: from juw15.nfra.nl (localhost [127.0.0.1]) by juw15.nfra.nl (8.12.2+Sun/8.11.1) with ESMTP id i7B9w1Cu020370; Wed, 11 Aug 2004 11:58:01 +0200 (CEST) Received: (from kettenis@localhost) by juw15.nfra.nl (8.12.2+Sun/8.12.2/Submit) id i7B9w0FU020367; Wed, 11 Aug 2004 11:58:00 +0200 (CEST) Date: Wed, 11 Aug 2004 09:59:00 -0000 Message-Id: <200408110958.i7B9w0FU020367@juw15.nfra.nl> From: Mark Kettenis To: brobecker@gnat.com CC: gdb-patches@sources.redhat.com In-reply-to: <20040811055712.GB25562@gnat.com> (message from Joel Brobecker on Tue, 10 Aug 2004 22:57:12 -0700) Subject: Re: [rfa] Always use O_NOCTTY when opening tty References: <20040811055712.GB25562@gnat.com> X-SW-Source: 2004-08/txt/msg00391.txt.bz2 Date: Tue, 10 Aug 2004 22:57:12 -0700 From: Joel Brobecker So I would like Mark's patch to be committed asap, so we can rid ourselves of the last xm file immediately after that (actually, there is the ptrace patch too, but this one is close to being committed, I think). Since you tested on a wide range of systems (thanks) I've committed the patch. 2004-08-10 Mark Kettenis * inflow.c (O_NOCTTY): Define to zero if not already defined. (new_tty): Use O_NOCTTY unconditionally. Mark