Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2001 13:06:00 +0100
From:      Przemyslaw Kowalczyk <przemyslaw.kowalczyk@engine.com.pl>
To:        freebsd-current@freebsd.org
Subject:   smbfs support
Message-ID:  <E1695OI-0001Mb-00@oak.engine.com.pl>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1695OI-0001Mb-00>