]> git.proxmox.com Git - lxc.git/blob - debian/patches/include-linux-sched.patch
override dh_fixperms to fix lxc-user-nic permissions
[lxc.git] / debian / patches / include-linux-sched.patch
1 Index: 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