summaryrefslogtreecommitdiff
path: root/kernel/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/stat.h')
-rw-r--r--kernel/stat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/stat.h b/kernel/stat.h
index 8a80933..a498321 100644
--- a/kernel/stat.h
+++ b/kernel/stat.h
@@ -1,6 +1,6 @@
-#define T_DIR 1 // Directory
-#define T_FILE 2 // File
-#define T_DEV 3 // Device
+#define T_DIR 1 // Directory
+#define T_FILE 2 // File
+#define T_DEVICE 3 // Device
struct stat {
short type; // Type of file