aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/uidgid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/uidgid.h')
-rw-r--r--include/linux/uidgid.h2
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 @@
17struct user_namespace; 17struct user_namespace;
18extern struct user_namespace init_user_ns; 18extern struct user_namespace init_user_ns;
19 19
20#if defined(NOTYET) 20#ifdef CONFIG_UIDGID_STRICT_TYPE_CHECKS
21 21
22typedef struct { 22typedef struct {
23 uid_t val; 23 uid_t val;