X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Wed, 22 Dec 2004 22:38:48 -0700 From: Brian Inglis Subject: Re: ANNOUNCE: DJGPP port of GNU gzip-1.3.5 uploaded In-reply-to: <41C9BF54.1010400@phekda.gotadsl.co.uk> To: djgpp-workers AT delorie DOT com Message-id: Organization: Systematic Software MIME-version: 1.0 X-Mailer: Forte Agent 1.93/32.576 English (American) Content-type: text/plain; charset=us-ascii References: <1103476827 DOT 41c5b85b491aa AT webmail DOT wilkes DOT edu> <200412191748 DOT iBJHmmaM005825 AT envy DOT delorie DOT com> <01c4e604$Blat.v2.2.2$63db7180 AT zahav DOT net DOT il> <38obs0ddbi3hjj9rj1753em0fi7qcm20or AT 4ax DOT com> <01c4e718$Blat.v2.2.2$633278e0 AT zahav DOT net DOT il> <200412211534 DOT iBLFYXii019390 AT envy DOT delorie DOT com> <01c4e797$Blat.v2.2.2$6714a260 AT zahav DOT net DOT il> <41C9BF54 DOT 1010400 AT phekda DOT gotadsl DOT co DOT uk> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id iBN5d3g0013554 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 On Wed, 22 Dec 2004 18:39:16 +0000, Richard Dawe wrote: >Hello. > >Brian Inglis wrote: >[snip] >> I've not yet looked at the other ramifications of doing that, or other >> requirements of using the 2.04 symlinks. >[snip] > >What would stat()/fstat() return for a stub file? If you asked for a >symlink, but it gave you a stub, then I'd say a stub should stat() as a >symlink. Sneaky, but cool; I like that idea. Unless someone else can come up with a good reason why it should still appear to be an executable binary instead? What does file do with stubs and symlinks: treat the former as an executable and the latter as special file or an indirection? I'd think the facilities provided should be consistent in their opinion of a file.