From owner-freebsd-hackers Sat Feb 3 18: 2:36 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id C7C1137B65D; Sat, 3 Feb 2001 18:02:17 -0800 (PST) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 77E523E02; Sat, 3 Feb 2001 18:02:17 -0800 (PST) Received: from unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 76A053C10B; Sat, 3 Feb 2001 18:02:17 -0800 (PST) To: dan@langille.org Cc: freebsd-hackers@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG Subject: Re: An example script for creating a bootable floppy In-Reply-To: Message from "Dan Langille" of "Sun, 04 Feb 2001 14:20:48 +1300." <200102040101.f1411gR08079@ns1.unixathome.org> Date: Sat, 03 Feb 2001 18:02:12 -0800 From: Dima Dorfman Message-Id: <20010204020217.77E523E02@bazooka.unixfreak.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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-hackers" in the body of the message