summaryrefslogtreecommitdiff
path: root/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs.h')
-rw-r--r--fs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs.h b/fs.h
index c3f4e5f..6e83373 100644
--- a/fs.h
+++ b/fs.h
@@ -36,8 +36,3 @@ struct dirent {
ushort inum;
char name[DIRSIZ];
};
-
-#define O_CREATE 0x200
-#define O_RDONLY 0x000
-#define O_WRONLY 0x001
-#define O_RDWR 0x002