]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- fix typo in vserver patch
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 6 Sep 2014 07:29:10 +0000 (09:29 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 6 Sep 2014 07:29:10 +0000 (09:29 +0200)
kernel-vserver-2.3.patch

index ef7ae0d438dbd646b74746c0198158b0b893565e..2af1b852b3ccd5df2cf361eb5788c5ea9bedab8c 100644 (file)
@@ -7465,7 +7465,7 @@ diff -NurpP --minimal linux-3.14.17/include/linux/uidgid.h linux-3.14.17-vs2.3.6
  
  extern kuid_t make_kuid(struct user_namespace *from, uid_t uid);
  extern kgid_t make_kgid(struct user_namespace *from, gid_t gid);
-+extern krag_t make_ktag(struct user_namespace *from, gid_t gid);
++extern ktag_t make_ktag(struct user_namespace *from, gid_t gid);
  
  extern uid_t from_kuid(struct user_namespace *to, kuid_t uid);
  extern gid_t from_kgid(struct user_namespace *to, kgid_t gid);
This page took 1.143632 seconds and 4 git commands to generate.