Hi, I assume this is a fix to get a mingw compile or something similar at the end of src/filetypes.h: 84 int lstat (); 85 int stat ();
Which fails for. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu \ --host=armv4tl-softfloat-linux-gnueabi --mandir=/usr/share/man \ --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc \ --localstatedir=/var/lib --enable-nls --bindir=/bin \ --with-rmt=/usr/sbin/rmt In file included from copyin.c:25: filetypes.h:85:11: error: macro "stat" requires 2 arguments, but only 1 given In file included from copyin.c:25: filetypes.h:85: error: ‘stat’ redeclared as different kind of symbol /usr/armv4tl-softfloat-linux-gnueabi/usr/include/sys/stat.h:217: note: previous declaration of ‘stat’ was here I will hunt this further down now. But maybe the one who wrote those two lines could explain the sense of those statements. bye ingo -- i don't do signatures
