]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r196395:
authorpjd <pjd@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 20 Aug 2009 00:08:58 +0000 (00:08 +0000)
committerpjd <pjd@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 20 Aug 2009 00:08:58 +0000 (00:08 +0000)
commit3e777c3e835c811fd7029256e99ecffbb8e8704b
tree0423b564f17508a3b87868ac49c7b33b0961f61f
parent5860363832e3a4644317cbe64f666e16dab5a970
MFC r196395:

Our libc doesn't implement control method for XDR (only kernel does) and it
will always return failure. Fix this by bringing userland implementation of
xdrmem_control() back. This allow 'zpool import' to work again.

Reported by: Thomas Backman <serenity@exscape.org>
Reviewed by: kmacy
Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196396 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/cddl/compat/opensolaris/rpc/xdr.h [new file with mode: 0644]