diff options
author | rsc <rsc> | 2009-05-31 00:26:10 +0000 |
---|---|---|
committer | rsc <rsc> | 2009-05-31 00:26:10 +0000 |
commit | 0c7f483838c48db05e7ea44232a55135d7c262a0 (patch) | |
tree | 110a2d7fcc282d100d6d425ecfb9754f3c143328 /mkfs.c | |
parent | 74afa70d3051553df46d1ea0d76149a7a86c0a47 (diff) | |
download | xv6-labs-0c7f483838c48db05e7ea44232a55135d7c262a0.tar.gz xv6-labs-0c7f483838c48db05e7ea44232a55135d7c262a0.tar.bz2 xv6-labs-0c7f483838c48db05e7ea44232a55135d7c262a0.zip |
move T_DIR etc into stat.h; move type up
Diffstat (limited to 'mkfs.c')
-rw-r--r-- | mkfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ #include <assert.h> #include "types.h" #include "fs.h" +#include "stat.h" int nblocks = 995; int ninodes = 200; |