> cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmiss
> ing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ans
> i  -nostdinc -I- -I. -I../.. -I../../../include  -D_KERNEL -include
>  opt_global.h -elf  -mpreferred-stack-boundary=2  ../../kern/kern_sig.c
> ../../kern/kern_sig.c:359: warning: function declaration isn't a prototype
> ../../kern/kern_sig.c: In function `osigaction':
> ../../kern/kern_sig.c:367: dereferencing pointer to incomplete type

Wild guess: try sticking ``options COMPAT_43'' in the config file.
This smells of missing 4.3BSD compatibility structures or something.

                                        Dima Dorfman
                                        [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to