On Sun, Mar 13, 2011 at 01:04:05PM +0000, FreeBSD Tinderbox wrote:
> [...]
> cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
> -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
> -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc 
>  -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src 
> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
> -finline-limit=15000 --param inline-unit-growth=100 --param 
> large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 
> -mfixed-range=f32-f127 -fpic -ffreestanding -Werror  
> /src/sys/kern/imgact_shell.c
> /src/sys/kern/imgact_shell.c: In function 'exec_shell_imgact':
> /src/sys/kern/imgact_shell.c:238: error: invalid storage class for function 
> 'shell_modevent'
> cc1: warnings being treated as errors
> /src/sys/kern/imgact_shell.c:238: warning: no previous prototype for 
> 'shell_modevent'
> /src/sys/kern/imgact_shell.c:238: error: initializer element is not constant
> /src/sys/kern/imgact_shell.c:238: error: (near initialization for 
> 'shell_mod.evhand')
> /src/sys/kern/imgact_shell.c:238: error: expected declaration or statement at 
> end of input
> *** Error code 1
>
> [...] 
> 
> http://tinderbox.freebsd.org/tinderbox-releng_7-RELENG_7-ia64-ia64.full

Looks like this was the following recent commit, associated with
kern/155321:

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/kern/imgact_shell.c

-- 
| Jeremy Chadwick                                   j...@parodius.com |
| Parodius Networking                       http://www.parodius.com/ |
| UNIX Systems Administrator                  Mountain View, CA, USA |
| Making life hard for others since 1977.               PGP 4BD6C0CB |

_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to