X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Sun, 27 Sep 2009 01:30:11 -0400 Message-Id: <200909270530.n8R5UBbK026164@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <93c172b50909261832l51569ae1k9dbaf11c57b1524b@mail.gmail.com> (message from Rugxulo on Sat, 26 Sep 2009 20:32:08 -0500) Subject: Re: 2.03p2 patch: swaps file_time_stamp() into fstat.c instead of xstat.c to prevent accidental ctime.o bloat, e.g. mkdir() References: <93c172b50909261832l51569ae1k9dbaf11c57b1524b AT mail DOT gmail DOT com> 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 It's used in fstat.c and lstat.c. If you're going to pull it out of xstat.c, put it in its own file (ftstamp.c ?) so that users of lstat() don't pull in fstat(), and visa-versa.