X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Date: Tue, 22 Apr 2014 21:31:49 +0300 From: Eli Zaretskii Subject: Re: [PATCH] break xstat.c into pieces In-reply-to: X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp-workers AT delorie DOT com Message-id: <83wqeh9pwq.fsf@gnu.org> References: Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Tue, 22 Apr 2014 14:11:36 +0300 > From: Ozkan Sezer > > The following patch breaks xstat.c into smaller pieces, so that, e.g. > mkdir() doesn't pull in unnecessary dependencies such as ctime.o. I'd rather change 'mkdir' so that it doesn't call 'access', but only its small subset that is needed for testing the D_OK flag. That sounds like a smaller and more localized change to me. WDYT?