From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16573 invoked by alias); 16 Mar 2005 16:38:25 -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 16246 invoked from network); 16 Mar 2005 16:38:06 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.9) by sourceware.org with SMTP; 16 Mar 2005 16:38:06 -0000 Received: (qmail 21734 invoked from network); 16 Mar 2005 16:38:05 -0000 Received: from localhost (HELO ?192.168.0.4?) (mitchell@127.0.0.1) by mail.codesourcery.com with SMTP; 16 Mar 2005 16:38:05 -0000 Message-ID: <423860E6.4020800@codesourcery.com> Date: Wed, 16 Mar 2005 16:38:00 -0000 From: Mark Mitchell Organization: CodeSourcery, LLC User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb-patches@sources.redhat.com Subject: Re: PATCH: Avoid using S_IRGRP, etc., on Windows References: <200503091920.j29JKRRM007735@sethra.codesourcery.com> <20050316153015.GB30681@nevyn.them.org> In-Reply-To: <20050316153015.GB30681@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00215.txt.bz2 Daniel Jacobowitz wrote: > On Wed, Mar 09, 2005 at 11:20:27AM -0800, Mark Mitchell wrote: > >>Windows doesn't define all of the permissions macros (e.g., S_IRGRP) >>because its filesystems don't have that concept. This patch checks >>that the macros are defined before trying to use them. >> >>OK? > > Yeah, this is OK. Applied, thanks! -- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com (916) 791-8304