diff options
-rw-r--r-- | user/ls.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ ls(char *path) } switch(st.type){ + case T_DEVICE: case T_FILE: printf("%s %d %d %l\n", fmtname(path), st.type, st.ino, st.size); break; |