Message-ID: <39098192.2A55A740@softhome.net> Date: Fri, 28 Apr 2000 15:18:26 +0300 From: Laurynas Biveinis X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: Some questions about porting fileutils 4.0 References: <39081435 DOT E2EDBC04 AT bigfoot DOT com> <39089981 DOT 16E7FAF7 AT bigfoot DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Richard Dawe wrote: > Well, I found out how the lstat() issue was solved - the lstat() function > was provided in the file djstart.c. This lstat() calls stat(). The code > can be found at the end of the diffs for fileutils 3.16. Sorry about being > a bit dopey there. If you solve add lstat() to fileutils like in 3.16, then please add an autoconf test for it, because my symlink implementation implements lstat() too. This would save some time in future. Laurynas Biveinis