marius 604b84193c Fix a bug introduced with rev. 1.204; in vfs_donmount() use
copyout(9) instead of copystr(9) for copying the errmsg from
kernel- to user-space. This fixes a panic on sparc64 when
using the nmount(2)-converted mountd(8).
While at it, use bcopy(3) instead of strncpy(3) in the kernel-
to kernel-space case for consistency with vfs_buildopts() and
between kernel- to user-space and kernel- to kernel-space case.
2006-08-24 18:52:28 +00:00
..
2006-08-24 08:00:02 +00:00
2006-08-16 12:06:35 +00:00
2006-07-28 14:48:30 +00:00
2006-05-26 13:54:27 +00:00
2006-08-19 15:13:01 +00:00
2006-08-10 06:04:00 +00:00
2006-08-18 22:36:05 +00:00
2006-08-16 23:53:05 +00:00