]> 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:39 +0000 (09:29 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 6 Sep 2014 07:29:39 +0000 (09:29 +0200)
kernel-vserver-2.3.patch

index af63e178e075b4dcc05972e5c5de247a1d86813f..7942b7dd572cafd772a592f97c57e7562b40f68d 100644 (file)
@@ -7495,7 +7495,7 @@ diff -NurpP --minimal linux-3.13.10/include/linux/uidgid.h linux-3.13.10-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 0.095112 seconds and 4 git commands to generate.