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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message