summaryrefslogtreecommitdiff
path: root/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs.h')
-rw-r--r--fs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs.h b/fs.h
index a7d93b4..c86483e 100644
--- a/fs.h
+++ b/fs.h
@@ -31,10 +31,6 @@ struct dinode {
uint addrs[NADDRS]; // Data block addresses
};
-#define T_DIR 1 // Directory
-#define T_FILE 2 // File
-#define T_DEV 3 // Special device
-
// Inodes per block.
#define IPB (BSIZE / sizeof(struct dinode))