summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJames Morris <jmorris@namei.org>2008-10-14 09:19:22 +1100
committerJames Morris <jmorris@namei.org>2008-10-14 09:19:22 +1100
commitbe3100318d4453654723c0777aef288db8133f99 (patch)
treee70be3b6e220f22ef6a21c278c4580600fe18c32 /lib
parentcf7208a918ee58d5a5d739066e164dd292b88663 (diff)
parent7591103c08abade60aeddb432ed0686ddd0de1c6 (diff)
Merge branch 'master' into next-creds-subsys
Conflicts: kernel/fork.c Removed defunct exit_thread_group_keys() per info from dhowells. Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parser.c b/lib/parser.c
index 4f0cbc03e0e8..b00d02059a5f 100644
--- a/lib/parser.c
+++ b/lib/parser.c
@@ -100,7 +100,7 @@ static int match_one(char *s, const char *p, substring_t args[])
* format identifiers which will be taken into account when matching the
* tokens, and whose locations will be returned in the @args array.
*/
-int match_token(char *s, match_table_t table, substring_t args[])
+int match_token(char *s, const match_table_t table, substring_t args[])
{
const struct match_token *p;