Project

General

Profile

Bug #1731 ยป 0004-Wrong-variable-used.patch

rumcic, 04/14/2010 09:28 PM

View differences:

sys/vfs/tmpfs/tmpfs_vnops.c
}
if (bp->b_error) {
kprintf("tmpfs_write bwrite error %d\n", error);
kprintf("tmpfs_write bwrite error %d\n", bp->b_error);
break;
}
}
    (1-1/1)