CURRENT issue with /dev/cs

Outback Dingo outbackdingo at gmail.com
Mon Oct 28 21:34:23 UTC 2013


On Mon, Oct 28, 2013 at 12:27 PM, Sean Bruno <sean_bruno at yahoo.com> wrote:

> On Mon, 2013-10-28 at 10:27 -0400, Outback Dingo wrote:
> > cc  -c -O2 -pipe -fno-strict-aliasing  -std=c99 -g -Wall
> -Wredundant-decls
> > -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
> -Wpointer-arith
> > -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions
> >  -Wmissing-include-dirs -fdiagnostics-show-option
> >  -Wno-error-tautological-compare -Wno-error-empty-body
> >  -Wno-error-parentheses-equality  -nostdinc  -I. -I/usr/src/sys
> > -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt -D_KERNEL
> > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h
>  -fno-omit-frame-pointer
> > -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel
> > -mno-red-zone -mno-mmx -mno-sse -msoft-float
> >  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror
> >  /usr/src/sys/dev/cs/if_cs.c
> > ctfconvert -L VERSION -g if_cs.o
> > cc  -c -O2 -pipe -fno-strict-aliasing  -std=c99 -g -Wall
> -Wredundant-decls
> > -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
> -Wpointer-arith
> > -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions
> >  -Wmissing-include-dirs -fdiagnostics-show-option
> >  -Wno-error-tautological-compare -Wno-error-empty-body
> >  -Wno-error-parentheses-equality  -nostdinc  -I. -I/usr/src/sys
> > -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt -D_KERNEL
> > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h
>  -fno-omit-frame-pointer
> > -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel
> > -mno-red-zone -mno-mmx -mno-sse -msoft-float
> >  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror
> >  /usr/src/sys/dev/cs/if_cs_isa.c
> > In file included from /usr/src/sys/dev/cs/if_cs_isa.c:48:
> > /usr/src/sys/dev/cs/if_csvar.h:68:17: error: field has incomplete type
> > 'struct callout'
> >         struct callout timer;
> >                        ^
> > /usr/src/sys/dev/cs/if_csvar.h:68:9: note: forward declaration of 'struct
> > callout'
> >         struct callout timer;
> >                ^
> > 1 error generated.
> > *** Error code 1
> >
> > Stop.
> > bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC
> > _______________________________________________
> > freebsd-current at freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-current
> > To unsubscribe, send any mail to "
> freebsd-current-unsubscribe at freebsd.org"
>
>
> thanks for catching this.  I've committed a fix for this at svn R257262
>

great thanks though seems now xen netback broken even worse :P ill quit for
the day and update tomorrow

>
> sean
>


More information about the freebsd-current mailing list