diff options
| author | rsc | 2007-08-20 18:23:52 +0000 |
|---|---|---|
| committer | rsc | 2007-08-20 18:23:52 +0000 |
| commit | bcca6c6bdeacd537a9c84ec9205da06616ecb8bd (patch) | |
| tree | d7b36729870ba4f8aa3945596a5109b9e1dbfe61 /fsvar.h | |
| parent | 0655445ba911b59378c57e0c58258c7d6c171880 (diff) | |
shuffle fs.c in bottom-up order
Diffstat (limited to 'fsvar.h')
| -rw-r--r-- | fsvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ struct inode { uint addrs[NADDRS]; }; -extern uint rootdev; +#define ROOTDEV 1 // Device number of root file system #define NAMEI_LOOKUP 1 #define NAMEI_CREATE 2 |
