From owner-freebsd-questions@FreeBSD.ORG Wed Nov 23 09:48:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B4F16A420 for ; Wed, 23 Nov 2005 09:48:16 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BCD543D5E for ; Wed, 23 Nov 2005 09:47:50 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so1265861wxc for ; Wed, 23 Nov 2005 01:47:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Dqg9stic/rBztgV0bi3E/rVXH+ZQSdcMCvuaYhZkil+xEpBHL2e0OSVDHqgDOi6q3qEzsgTTxWsG2/z3tkX0lFfT68vjSBVtAIA0hpDEKLesuCfFvDVrOKBChYUuRz+N9rIA1L6EX11b8YVZafCsZoTbdB6za82ILsaxPxmQTlM= Received: by 10.70.132.19 with SMTP id f19mr4580652wxd; Wed, 23 Nov 2005 01:47:46 -0800 (PST) Received: by 10.70.32.20 with HTTP; Wed, 23 Nov 2005 01:47:46 -0800 (PST) Message-ID: <27dbfc8c0511230147y6618b19enc6fb1cd348ed1003@mail.gmail.com> Date: Wed, 23 Nov 2005 10:47:46 +0100 From: Valerio daelli To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: umapfs file system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2005 09:48:16 -0000 Hi all do you think is possible to compile cleanly and to use the umapfs file system? I tried but I got this error: cc -c -O -pipe -mcpu=3Dev67 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=3Dc99 -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/at= h -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=3D15000 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -Werror ../../../fs/umapfs/umap_vfsops.= c ../../../fs/umapfs/umap_vfsops.c: In function `umapfs_omount': ../../../fs/umapfs/umap_vfsops.c:78: error: argument "ndp" doesn't match prototype ../../../fs/umapfs/umap_vfsops.c:56: error: prototype declaration ../../../fs/umapfs/umap_vfsops.c:78: error: number of arguments doesn't match prototype ../../../fs/umapfs/umap_vfsops.c:56: error: prototype declaration ../../../fs/umapfs/umap_vfsops.c: In function `umapfs_root': ../../../fs/umapfs/umap_vfsops.c:300: error: 'td' redeclared as different kind of symbol ../../../fs/umapfs/umap_vfsops.c:298: error: previous definition of 'td' wa= s here *** Error code 1 Do you think is still supported? Bye Valerio Daelli