diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2009-09-01 08:28:21 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2009-09-01 08:28:21 -0700 |
commit | 8c92ba1921fc8dc3fc7cc39ef854e9ee70fafc67 (patch) | |
tree | db381770ca1f3244b0aedfd5633b0f6efcf2fab5 /init/parser.c | |
parent | bdb9831ce9195c15ab6f2c01d809fb7946dd2f34 (diff) | |
parent | e86a2c7ceb767bce5c9a6706d7f36289d3e5de49 (diff) | |
download | core-8c92ba1921fc8dc3fc7cc39ef854e9ee70fafc67.tar.gz core-8c92ba1921fc8dc3fc7cc39ef854e9ee70fafc67.tar.bz2 core-8c92ba1921fc8dc3fc7cc39ef854e9ee70fafc67.zip |
merge from open-source master
Diffstat (limited to 'init/parser.c')
-rw-r--r-- | init/parser.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init/parser.c b/init/parser.c index affc80c9a..54622cce2 100644 --- a/init/parser.c +++ b/init/parser.c @@ -129,6 +129,8 @@ int lookup_keyword(const char *s) case 'c': if (!strcmp(s, "opy")) return K_copy; if (!strcmp(s, "apability")) return K_capability; + if (!strcmp(s, "hdir")) return K_chdir; + if (!strcmp(s, "hroot")) return K_chroot; if (!strcmp(s, "lass")) return K_class; if (!strcmp(s, "lass_start")) return K_class_start; if (!strcmp(s, "lass_stop")) return K_class_stop; |