View | Details | Raw Unified | Return to bug 24998
Collapse All | Expand All

(-)sys/isofs/cd9660/cd9660_vfsops.c (-1 / +1 lines)
Lines 488-494 Link Here
488
	/* Decide whether to use the Joliet descriptor */
488
	/* Decide whether to use the Joliet descriptor */
489
489
490
	if (isomp->iso_ftype != ISO_FTYPE_RRIP && joliet_level) {
490
	if (isomp->iso_ftype != ISO_FTYPE_RRIP && joliet_level) {
491
		log(LOG_INFO, "cd9660: Joliet Extension\n");
491
		log(LOG_INFO, "cd9660: Joliet Extension (Level %d)\n",joliet_level);
492
		rootp = (struct iso_directory_record *)
492
		rootp = (struct iso_directory_record *)
493
			sup->root_directory_record;
493
			sup->root_directory_record;
494
		bcopy (rootp, isomp->root, sizeof isomp->root);
494
		bcopy (rootp, isomp->root, sizeof isomp->root);

Return to bug 24998