On Thu, Nov 16, 2006 at 07:21:59AM -0800, Doug Ambrisko wrote: > I skipped the mkdir and used patch -p0. Everything looked to compile > okay but when I kldload zfs is fails since the kernel doesn't > have memset: > %kldload zfs > link_elf: symbol memset undefined > kldload: can't load zfs: No such file or directory > % > Is there another change required? I applied the patch before publishing on clean source and I don't see such problem... Interesting thing is that there is no memset() use in ZFS kernel source: # grep -r memset sys/ | grep -v zap_memset # Does anyone else seeing this problem? -- Pawel Jakub Dawidek http://www.wheel.pl pjd_at_FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am!
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:02 UTC