|
@@ -57,9 +57,9 @@ static inline void put_user_ns(struct user_namespace *ns)
|
|
|
}
|
|
|
|
|
|
struct seq_operations;
|
|
|
-extern struct seq_operations proc_uid_seq_operations;
|
|
|
-extern struct seq_operations proc_gid_seq_operations;
|
|
|
-extern struct seq_operations proc_projid_seq_operations;
|
|
|
+extern const struct seq_operations proc_uid_seq_operations;
|
|
|
+extern const struct seq_operations proc_gid_seq_operations;
|
|
|
+extern const struct seq_operations proc_projid_seq_operations;
|
|
|
extern ssize_t proc_uid_map_write(struct file *, const char __user *, size_t, loff_t *);
|
|
|
extern ssize_t proc_gid_map_write(struct file *, const char __user *, size_t, loff_t *);
|
|
|
extern ssize_t proc_projid_map_write(struct file *, const char __user *, size_t, loff_t *);
|