From 7e51c4454179b53c78ab2c3aa88cc88d853594e0 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 15 Nov 2009 23:27:28 +0800 Subject: [PATCH] Forgot to build test :S Added defintion of CFG_VFS_CHROOT --- Kernel/include/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/include/common.h b/Kernel/include/common.h index 154ad0d5..22bf938e 100644 --- a/Kernel/include/common.h +++ b/Kernel/include/common.h @@ -36,6 +36,7 @@ enum eConfigTypes { enum eConfigs { CFG_VFS_CWD, CFG_VFS_MAXFILES, + CFG_VFS_CHROOT, NUM_CFG_ENTRIES }; #define CFGINT(id) (*Threads_GetCfgPtr(id)) -- 2.20.1