Date: Sat, 03 Feb 2001 18:02:12 -0800 From: Dima Dorfman <dima@unixfreak.org> To: dan@langille.org Cc: freebsd-hackers@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: An example script for creating a bootable floppy Message-ID: <20010204020217.77E523E02@bazooka.unixfreak.org> In-Reply-To: Message from "Dan Langille" <dan@langille.org> of "Sun, 04 Feb 2001 14:20:48 %2B1300." <200102040101.f1411gR08079@ns1.unixathome.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010204020217.77E523E02>