]> git.proxmox.com Git - lxc.git/blame - debian/patches/include-linux-sched.patch
update reboot patch
[lxc.git] / debian / patches / include-linux-sched.patch
CommitLineData
9e523bac
DM
1Index: new/src/lxc/namespace.h
2===================================================================
3--- new.orig/src/lxc/namespace.h
4+++ new/src/lxc/namespace.h
5@@ -23,10 +23,12 @@
6 #ifndef __LXC_NAMESPACE_H
7 #define __LXC_NAMESPACE_H
8
9+#include "config.h"
10+
11 #include <sys/syscall.h>
12+#include <linux/sched.h>
13 #include <sched.h>
14
15-#include "config.h"
16
17 #ifndef CLONE_FS
18 # define CLONE_FS 0x00000200