https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203645

--- Comment #1 from scdbac...@gmx.net ---
Also present in NetBSD.

http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.sbin/makefs/cd9660.c?annotate=1.49

280:                OPT_NUM('l', "isolevel", isoLevel,
281:                    1, 3, "ISO Level"),

879:        if (!(S_ISDIR(node->type)))
880:                newnode->fileDataLength = node->inode->st.st_size;

1772:        else if (diskStructure->isoLevel == 2)
1773:                conversion_function = &cd9660_level2_convert_filename;
1774:        return (*conversion_function)(diskStructure, oldname, newname,
is_file);

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to