Re: vsftpd 2.0.5 vs. gcc 4.1.2

2007-02-27 Thread Florian Weimer
* Andrew Pinski: >> >> * BuraphaLinux Server: >> >> > Does anybody have a patch or know the trick to fix this? >> >> Debian has got a patch. I think the error message is wrong, it's a >> const mismatch in pointer conversion, not an actual assignment. > > Actually it is a bug in glibc's header

Re: vsftpd 2.0.5 vs. gcc 4.1.2

2007-02-27 Thread Andrew Pinski
> > * BuraphaLinux Server: > > > Does anybody have a patch or know the trick to fix this? > > Debian has got a patch. I think the error message is wrong, it's a > const mismatch in pointer conversion, not an actual assignment. Actually it is a bug in glibc's header with WIFEXITED, WEXITSTATUS,

Re: vsftpd 2.0.5 vs. gcc 4.1.2

2007-02-27 Thread Florian Weimer
* BuraphaLinux Server: > Does anybody have a patch or know the trick to fix this? Debian has got a patch. I think the error message is wrong, it's a const mismatch in pointer conversion, not an actual assignment.