CURRENT issue with /dev/cs

Sean Bruno sean_bruno at yahoo.com
Mon Oct 28 16:30:42 UTC 2013


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

sean
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20131028/267b9877/attachment.sig>


More information about the freebsd-current mailing list