From owner-freebsd-current Wed Nov 28 4: 5: 7 2001 Delivered-To: freebsd-current@freebsd.org Received: from oak.engine.com.pl (as2-122.starogard.dialup.inetia.pl [62.148.65.122]) by hub.freebsd.org (Postfix) with ESMTP id 26D6F37B632 for ; Wed, 28 Nov 2001 04:03:50 -0800 (PST) Received: from przem.forest ([192.168.1.17] helo=there) by oak.engine.com.pl with smtp (Exim 3.32 #4) id 1695OI-0001Mb-00 for freebsd-current@freebsd.org; Wed, 28 Nov 2001 15:08:46 +0100 Content-Type: text/plain; charset="iso-8859-2" From: Przemyslaw Kowalczyk To: freebsd-current@freebsd.org Subject: smbfs support Date: Wed, 28 Nov 2001 13:06:00 +0100 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: 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 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