*** dnode.c Mon Oct 13 18:24:20 2014 --- lsof_4.88_src/dialects/sun/dnode.c *************** *************** *** 2367,2382 **** #if solaris>=110000 case N_SDEV: if (sdns) { ! dev = sdva.va_fsid; ! rdev = sdva.va_rdev; ! devs = rdevs = 1; ! } ! if (v->v_type == VDIR) { ! dev = v->v_rdev; ! devs = 1; ! } else { ! rdev = v->v_rdev; ! rdevs = 1; } break; #endif /* solaris>=110000 */ --- 2367,2379 ---- #if solaris>=110000 case N_SDEV: if (sdns) { ! if (v->v_type == VDIR) { ! dev = v->v_rdev; ! devs = 1; ! } else { ! rdev = v->v_rdev; ! rdevs = 1; ! } } break; #endif /* solaris>=110000 */ .