--- /tmp/geta315 Thu Jun 6 12:05:43 2002
+++ linux-2.5-import/kernel/capability.c Thu Jun 6 12:05:19 2002
@@ -134,10 +134,11 @@
if (get_user(version, &header->version))
return -EFAULT;
- if (version != _LINUX_CAPABILITY_VERSION)
+ if (version != _LINUX_CAPABILITY_VERSION) {
if (put_user(_LINUX_CAPABILITY_VERSION, &header->version))
return -EFAULT;
return -EINVAL;
+ }
if (get_user(pid, &header->pid))
return -EFAULT;
-- Peter C peterc@gelato.unsw.edu.au You are lost in a maze of BitKeeper repositories, all almost the same. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/