When attempting to build vsftpd-2.0.5 from http://vsftpd.beasts.org/ on my linux system I get this:
... gcc -c sysutil.c -O2 -Wall -W -Wshadow -march=i586 -mtune=i686 -idirafter dummyinc sysutil.c: In function 'vsf_sysutil_wait_exited_normally': sysutil.c:604: error: assignment of read-only member '__in' sysutil.c: In function 'vsf_sysutil_wait_get_exitcode': sysutil.c:614: error: assignment of read-only member '__in' make: *** [sysutil.o] Error 1 This is with gcc 4.1.2 compiled from source on a linux system. Does anybody have a patch or know the trick to fix this? BLS