summaryrefslogtreecommitdiffstats
path: root/lxc-0.6.5-fix-sys-stat.patch
diff options
context:
space:
mode:
authorSilas Sewell <silas@fedoraproject.org>2010-02-18 05:25:09 +0000
committerSilas Sewell <silas@fedoraproject.org>2010-02-18 05:25:09 +0000
commit2c483498208a7d8fafa31060e46afbb75f3625c4 (patch)
tree5ac21769792ea0b37671f68535bf73d357963e81 /lxc-0.6.5-fix-sys-stat.patch
parenta7b770e515cd3e818958dde0c361318809d87c38 (diff)
downloadlxc-0_6_5-1_fc14.tar.gz
lxc-0_6_5-1_fc14.tar.xz
lxc-0_6_5-1_fc14.zip
- Update to latest releaselxc-0_6_5-1_fc14
- Add /var/lib/lxc directory - Patch for sys/stat.h
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>