aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-02-12 18:34:39 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2015-02-12 18:34:39 +0100
commit493b5a2cf072c1f183d4724c9c0cc7b63d4771ae (patch)
tree82bbc8885a2798c1e1f256e9763914a93c290929 /src/common
parent2432a437a715f7220697d13aae13e97087709842 (diff)
downloadkogata-493b5a2cf072c1f183d4724c9c0cc7b63d4771ae.tar.gz
kogata-493b5a2cf072c1f183d4724c9c0cc7b63d4771ae.zip
kmain.c is kind of an example of how the VFS should be used from the outside...
Diffstat (limited to 'src/common')
-rw-r--r--src/common/include/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/include/fs.h b/src/common/include/fs.h
index d97f0fe..2ab0760 100644
--- a/src/common/include/fs.h
+++ b/src/common/include/fs.h
@@ -9,7 +9,7 @@
#define FT_BLOCKDEV (0x04)
#define FT_CHARDEV (0x08)
#define FT_FIFO (0x10)
-#define FT_SOCKET (0x20)
+// #define FT_SOCKET (0x20) // Not yet! Semantics not defined. (TODO)
#define FM_READ (0x01)
#define FM_WRITE (0x02)