John Jolly 62d8da06cd [user/ls]: List specific device file
When using the ls userspace program to list a specific device file,
nothing would be displayed. This was because ls only tests for T_FILE
and T_DIR. T_DEVICE files would fall through the case block.

Adding T_DEVICE to the T_FILE case allows a device file to be listed.

    $ ls console
    console        3 19 0
2022-08-09 20:27:46 -04:00
..
2020-08-10 11:19:10 -04:00
2019-09-10 12:30:10 -04:00
2019-09-11 10:04:40 -04:00
2019-09-11 10:04:40 -04:00
x
2020-08-17 08:18:23 -04:00
2019-09-11 10:04:40 -04:00
2019-09-11 10:04:40 -04:00
2022-08-09 20:27:46 -04:00
2019-09-11 10:04:40 -04:00
2019-08-27 13:13:03 -04:00
2019-09-11 10:04:40 -04:00
2019-09-10 12:30:10 -04:00
2019-09-11 10:04:40 -04:00
2019-09-10 12:30:10 -04:00