Date: Wed, 10 Jun 2009 21:31:57 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files Message-ID: <200906102132.n5ALWCwE068472@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-06-10 21:31:57 UTC
FreeBSD src repository
Modified files:
sys/conf files
Log:
SVN rev 193957 on 2009-06-10 21:31:57Z by bz
Unfortunately fs/nfsserver depends on INET at the moment. It seems to
be nfs_nfsdport.c and nfs_nfsdcache.c are the problem only but we need
to mark all or we will run into problems at link time.
One is because of calling an INET specific function, the other is
because of VIMAGE putting all tcp* into struct vnet_inet.
Both are general problems throughout the entire stack and not a fault
of the NFS implementation and will need to be addressed in the future.
Revision Changes Path
1.1426 +7 -7 src/sys/conf/files
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906102132.n5ALWCwE068472>
