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:34:58 +0000
committerSilas Sewell <silas@fedoraproject.org>2010-02-18 05:34:58 +0000
commit770e1a01e950c51a58df992735a6d47bdffe55f0 (patch)
treeeb2e6e1ec06138dca4b140597aadf575fe620368 /lxc-0.6.5-fix-sys-stat.patch
parent795367b7e8fe6bb0dad1f250571240c49d411639 (diff)
downloadlxc-0_6_5-1_fc13.tar.gz
lxc-0_6_5-1_fc13.tar.xz
lxc-0_6_5-1_fc13.zip
- Update to latest releaselxc-0_6_5-1_fc13
- 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>