aboutsummaryrefslogtreecommitdiffstats
path: root/main/docker/docker-1.5.0-include-sys-stat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/docker/docker-1.5.0-include-sys-stat.patch')
-rw-r--r--main/docker/docker-1.5.0-include-sys-stat.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/docker/docker-1.5.0-include-sys-stat.patch b/main/docker/docker-1.5.0-include-sys-stat.patch
deleted file mode 100644
index 156b0310d4..0000000000
--- a/main/docker/docker-1.5.0-include-sys-stat.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/vendor/src/github.com/docker/libcontainer/namespaces/nsenter/nsenter.c b/vendor/src/github.com/docker/libcontainer/namespaces/nsenter/nsenter.c
-index 4ab2177..b267858 100644
---- a/vendor/src/github.com/docker/libcontainer/namespaces/nsenter/nsenter.c
-+++ b/vendor/src/github.com/docker/libcontainer/namespaces/nsenter/nsenter.c
-@@ -11,6 +11,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <sys/prctl.h>
-+#include <sys/stat.h>
- #include <sys/types.h>
- #include <unistd.h>
- #include <getopt.h>