From 118e35f67e1580a704276b5a03c90f31723724ab Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Thu, 27 Sep 2007 17:10:06 -0700 Subject: [PATCH] --- yaml --- r: 66810 b: refs/heads/master c: 169e36742572934f5d846cfa5f9d76e72d505db4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/sched.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index eeaec9911d2b..f489e6e2cc84 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9e0db4b12c7deda532ad13d37a84ee41dd691066 +refs/heads/master: 169e36742572934f5d846cfa5f9d76e72d505db4 diff --git a/trunk/include/linux/sched.h b/trunk/include/linux/sched.h index a4a141055c44..833f7dc2b8de 100644 --- a/trunk/include/linux/sched.h +++ b/trunk/include/linux/sched.h @@ -27,7 +27,7 @@ #define CLONE_NEWUTS 0x04000000 /* New utsname group? */ #define CLONE_NEWIPC 0x08000000 /* New ipcs */ #define CLONE_NEWUSER 0x10000000 /* New user namespace */ -#define CLONE_NEWNET 0x20000000 /* New network namespace */ +#define CLONE_NEWNET 0x40000000 /* New network namespace */ /* * Scheduling policies