diff options
| author | 2008-07-26 11:26:19 +0200 | |
|---|---|---|
| committer | 2008-07-26 11:26:19 +0200 | |
| commit | 88bef5a4074e0568cf54df410f41065c06694d8a (patch) | |
| tree | bc4d59f57ce315bcb16dad5491ab9983ab122d8a /include/linux/parser.h | |
| parent | flag parameters: fix compile error of sys_epoll_create1 (diff) | |
| parent | x86_64: fix ia32 AMD syscall audit fast-path (diff) | |
Merge branch 'linus' into x86/urgent
Diffstat (limited to 'include/linux/parser.h')
| -rw-r--r-- | include/linux/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/parser.h b/include/linux/parser.h index 7dcd05075756..cc554ca8bc78 100644 --- a/include/linux/parser.h +++ b/include/linux/parser.h @@ -14,7 +14,7 @@ struct match_token { const char *pattern; }; -typedef struct match_token match_table_t[]; +typedef const struct match_token match_table_t[]; /* Maximum number of arguments that match_token will find in a pattern */ enum {MAX_OPT_ARGS = 3}; |
