Date: Thu, 20 Feb 2003 13:30:56 -0500 Message-Id: <200302201830.h1KIUuw13116@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com CC: djgpp-workers AT delorie DOT com In-reply-to: (rich AT phekda DOT freeserve DOT co DOT uk) Subject: Re: FSEXT hooks for chmod, chown [PATCH] 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 > __FSEXT_llseek, > __FSEXT_readlink, > __FSEXT_symlink, > + __FSEXT_chmod, > + __FSEXT_chown, > __FSEXT_fchown > } __FSEXT_Fnumber; Why aren't new entries added at the bottom? This way, the value of __FSEXT_fchown changes.