diff options
Diffstat (limited to 'include/linux/uidgid.h')
-rw-r--r-- | include/linux/uidgid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/uidgid.h b/include/linux/uidgid.h index a0addb8e5889..539856829caf 100644 --- a/include/linux/uidgid.h +++ b/include/linux/uidgid.h | |||
@@ -17,7 +17,7 @@ | |||
17 | struct user_namespace; | 17 | struct user_namespace; |
18 | extern struct user_namespace init_user_ns; | 18 | extern struct user_namespace init_user_ns; |
19 | 19 | ||
20 | #if defined(NOTYET) | 20 | #ifdef CONFIG_UIDGID_STRICT_TYPE_CHECKS |
21 | 21 | ||
22 | typedef struct { | 22 | typedef struct { |
23 | uid_t val; | 23 | uid_t val; |