summaryrefslogtreecommitdiffstats
path: root/lxc-0.6.5-fix-sys-stat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lxc-0.6.5-fix-sys-stat.patch')
-rw-r--r--lxc-0.6.5-fix-sys-stat.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/lxc-0.6.5-fix-sys-stat.patch b/lxc-0.6.5-fix-sys-stat.patch
new file mode 100644
index 0000000..68f6732
--- /dev/null
+++ b/lxc-0.6.5-fix-sys-stat.patch
@@ -0,0 +1,11 @@
+diff -up lxc-0.6.5/src/lxc/start.c.orig lxc-0.6.5/src/lxc/start.c
+--- lxc-0.6.5/src/lxc/start.c.orig 2010-02-17 15:04:08.911409808 -0700
++++ lxc-0.6.5/src/lxc/start.c 2010-02-17 15:04:25.480347046 -0700
+@@ -36,6 +36,7 @@
+ #include <sys/param.h>
+ #include <sys/file.h>
+ #include <sys/mount.h>
++#include <sys/stat.h>
+ #include <sys/types.h>
+ #include <sys/prctl.h>
+ #include <sys/types.h>