Date: Wed, 28 Nov 2001 10:50:51 -0800 (PST) From: Julian Elischer <julian@elischer.org> To: Przemyslaw Kowalczyk <przemyslaw.kowalczyk@engine.com.pl> Cc: freebsd-current@freebsd.org Subject: Re: smbfs support Message-ID: <Pine.BSF.4.21.0111281050180.5212-100000@InterJet.elischer.org> In-Reply-To: <E1695OI-0001Mb-00@oak.engine.com.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0111281050180.5212-100000>