From owner-freebsd-multimedia Mon Nov 24 08:06:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA12033 for multimedia-outgoing; Mon, 24 Nov 1997 08:06:29 -0800 (PST) (envelope-from owner-freebsd-multimedia) Received: from klokan.sh.cvut.cz (klokan.sh.cvut.cz [193.84.105.141]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA12027 for ; Mon, 24 Nov 1997 08:06:21 -0800 (PST) (envelope-from J.Klaus@sh.cvut.cz) Received: from skunk.sh.cvut.cz (skunk.sh.cvut.cz [194.108.141.34]) by klokan.sh.cvut.cz (8.6.12/8.6.9) with ESMTP id RAA04987; Mon, 24 Nov 1997 17:05:32 +0100 Received: from SKUNK/SpoolDir by skunk.sh.cvut.cz (Mercury 1.31); 24 Nov 97 17:05:34 +0100 Received: from SpoolDir by SKUNK (Mercury 1.31); 24 Nov 97 17:05:02 +0100 Received: from hell.sh.cvut.cz by skunk.sh.cvut.cz (Mercury 1.31); 24 Nov 97 17:04:32 +0100 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 24 Nov 1997 16:57:20 +0100 (CET) Organization: CTU Prague From: Jaroslav Klaus To: multimedia@FreeBSD.ORG Subject: RE: snd971117.tgz & 2.2.2 Cc: Luigi Rizzo Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 23-Nov-97 Jaroslav Klaus wrote: > Hello, > > I have problem with snd971117.tgz under 2.2.2. I installed pnp971020.tgz > correctly and then snd971117.tgz. But when I compile kernel I'll get error: > > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -nostdinc -I- -I. -I../.. -I/usr/include -DMD5 -DFAILSAFE -DMSDOSFS -DLOG > -DNFS -DFFS -DINET -DKERNEL ../../i386/linux/linux_file.c > ../../i386/linux/linux_file.c: In function `linux_truncate': > ../../i386/linux/linux_file.c:788: storage size of `bsd' isn't known > ../../i386/linux/linux_file.c:800: warning: implicit declaration of > function > `otruncate' > *** Error code 1 > > Stop. Sorry. I commented options COMPAT_43 by mistake. Now it's OK. --- Jarda