https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193803
--- Comment #11 from [email protected] --- --- dnode_sync.o --- ctfconvert -L VERSION -g dnode_sync.o --- dnode.o --- ctfconvert -L VERSION -g dnode.o --- dsl_dataset.o --- /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c:3016:12: error: use of undeclared identifier 'newname' kmem_free(newname, MAXPATHLEN); ^ /usr/src/sys/modules/zfs/../../cddl/compat/opensolaris/sys/kmem.h:82:46: note: expanded from macro 'kmem_free' #define kmem_free(buf, size) zfs_kmem_free((buf), (size)) ^ /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c:3017:12: error: use of undeclared identifier 'oldname' kmem_free(oldname, MAXPATHLEN); ^ /usr/src/sys/modules/zfs/../../cddl/compat/opensolaris/sys/kmem.h:82:46: note: expanded from macro 'kmem_free' #define kmem_free(buf, size) zfs_kmem_free((buf), (size)) ^ 2 errors generated. *** [dsl_dataset.o] Error code 1 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
