CC'ing new maintainer.
On Thu, Sep 07, 2006 at 06:44:36PM +0200, Martin Michlmayr wrote:
> * Martin Michlmayr <[EMAIL PROTECTED]> [2006-09-06 13:34]:
> > > gcc -c sysutil.c -g -O2 -Wall -W -Wshadow -idirafter dummyinc
> > > sysutil.c: In function 'vsf_sysutil_wait_exited_normally':
>
> > {
> >
* Martin Michlmayr <[EMAIL PROTECTED]> [2006-09-06 13:34]:
> > gcc -c sysutil.c -g -O2 -Wall -W -Wshadow -idirafter dummyinc
> > sysutil.c: In function 'vsf_sysutil_wait_exited_normally':
> {
> - return WIFEXITED(p_waitret->exit_status);
> + return WIFEXITED((struct vsf_sysutil_wait_retval *)p
Package: vsftpd
Version: 2.0.5-1
Severity: serious
Tags: patch
The problem here is that __typeof inherits the const. Patch below,
although I don't know if there's a better way.
> Automatic build of vsftpd_2.0.5-1 on em64t by sbuild/amd64 0.49
...
> gcc -c sysutil.c -g -O2 -Wall -W -Wshadow -idi
3 matches
Mail list logo