projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pid namespaces: define is_global_init() and is_container_init()
[linux-2.6]
/
include
/
linux
/
parser.h
diff --git
a/include/linux/parser.h
b/include/linux/parser.h
index
86676f6
..
26b2bdf
100644
(file)
--- a/
include/linux/parser.h
+++ b/
include/linux/parser.h
@@
-14,7
+14,7
@@
struct match_token {
const char *pattern;
};
-typedef
const
struct match_token match_table_t[];
+typedef struct match_token match_table_t[];
/* Maximum number of arguments that match_token will find in a pattern */
enum {MAX_OPT_ARGS = 3};