]> git.pld-linux.org Git - packages/kernel.git/blobdiff - kernel-owner-xid.patch
-started update to 2.6.30; patches apply when using --without grsecurity
[packages/kernel.git] / kernel-owner-xid.patch
index d2c27dc03f939148321275380c22b35218e150f1..047497034bb086ffc2c9eb126bb61095bb72a70f 100644 (file)
@@ -10,11 +10,11 @@ diff -upr linux-2.6.25/include/linux/netfilter/xt_owner.h linux-2.6.25-owner-xid
  };
  
  struct xt_owner_match_info {
-       u_int32_t uid_min, uid_max;
-       u_int32_t gid_min, gid_max;
-       u_int8_t match, invert;
-+      u_int32_t nid;
-+      u_int32_t xid;
+       __u32 uid_min, uid_max;
+       __u32 gid_min, gid_max;
+       __u8 match, invert;
++      __u32 nid;
++      __u32 xid;
  };
  
  #endif /* _XT_OWNER_MATCH_H */
This page took 0.056363 seconds and 4 git commands to generate.