From owner-freebsd-current Wed Nov 28 11: 0:26 2001 Delivered-To: freebsd-current@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id 829FF37B419 for ; Wed, 28 Nov 2001 11:00:21 -0800 (PST) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id KAA16018; Wed, 28 Nov 2001 10:50:51 -0800 (PST) Date: Wed, 28 Nov 2001 10:50:51 -0800 (PST) From: Julian Elischer To: Przemyslaw Kowalczyk Cc: freebsd-current@freebsd.org Subject: Re: smbfs support In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG SMBFS is broken, it will be fixed but I'm not sure when. the other broken one in NWFS On Wed, 28 Nov 2001, Przemyslaw Kowalczyk wrote: > Hi. > > I'm trying to compile smbfs. I've added SMBFS and NETSMB options to my kernel > config, but I'm not sure is it enough. The output of make buildkernel is as > follows: > > -I/usr/src/sys/../include -D_KERNEL -include opt_global.h -elf > -mpreferred-stack-boundary=2 /usr/src/sys/fs/smbfs/smbfs_io.c > /usr/src/sys/fs/smbfs/smbfs_io.c: In function `smbfs_readvdir': > /usr/src/sys/fs/smbfs/smbfs_io.c:97: structure has no member named `uio_procp' > /usr/src/sys/fs/smbfs/smbfs_io.c: In function `smbfs_readvnode': > /usr/src/sys/fs/smbfs/smbfs_io.c:201: structure has no member named > `uio_procp' > /usr/src/sys/fs/smbfs/smbfs_io.c:205: warning: passing arg 3 of `vn_lock' > from incompatible pointer type > /usr/src/sys/fs/smbfs/smbfs_io.c:208: warning: passing arg 3 of `vn_lock' > from incompatible pointer type > /usr/src/sys/fs/smbfs/smbfs_io.c:215: warning: passing arg 4 of `VOP_GETATTR' > from incompatible pointer type > /usr/src/sys/fs/smbfs/smbfs_io.c:220: warning: passing arg 4 of `VOP_GETATTR' > from incompatible pointer type > /usr/src/sys/fs/smbfs/smbfs_io.c:186: warning: `p' might be used > uninitialized in this function > /usr/src/sys/fs/smbfs/smbfs_io.c: In function `smbfs_writevnode': > /usr/src/sys/fs/smbfs/smbfs_io.c:253: structure has no member named > `uio_procp' > /usr/src/sys/fs/smbfs/smbfs_io.c:241: warning: `p' might be used > uninitialized in this function > /usr/src/sys/fs/smbfs/smbfs_io.c: In function `smbfs_doio': > /usr/src/sys/fs/smbfs/smbfs_io.c:310: structure has no member named > `uio_procp' > /usr/src/sys/fs/smbfs/smbfs_io.c: In function `smbfs_getpages': > /usr/src/sys/fs/smbfs/smbfs_io.c:461: structure has no member named > `uio_procp' > /usr/src/sys/fs/smbfs/smbfs_io.c: In function `smbfs_putpages': > /usr/src/sys/fs/smbfs/smbfs_io.c:599: structure has no member named > `uio_procp' > /usr/src/sys/fs/smbfs/smbfs_io.c: In function `smbfs_vinvalbuf': > /usr/src/sys/fs/smbfs/smbfs_io.c:657: warning: passing arg 4 of `vinvalbuf' > from incompatible pointer type > /usr/src/sys/fs/smbfs/smbfs_io.c:667: warning: passing arg 4 of `vinvalbuf' > from incompatible pointer type > > Is there any workaround for this? > > greets > > przem > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message