diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2012-07-31 13:32:50 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-07-31 13:32:50 +0200 |
| commit | 750eba9f17e1f90783359433f3a13e73df506221 (patch) | |
| tree | bbb47c559746ded2c362a2a49ffe902518430c3c /package | |
| parent | 2a628d632dd8f73eca9d622f6b354fb5749b4cdb (diff) | |
| parent | 46754bfea6bba6186f6b7d686036a5eb6038d281 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package')
| -rw-r--r-- | package/busybox/patches/010-rlimit_fsize.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/busybox/patches/010-rlimit_fsize.patch b/package/busybox/patches/010-rlimit_fsize.patch new file mode 100644 index 000000000..2e577cfc9 --- /dev/null +++ b/package/busybox/patches/010-rlimit_fsize.patch @@ -0,0 +1,11 @@ +diff -Nur busybox-1.19.4.orig/include/libbb.h busybox-1.19.4/include/libbb.h +--- busybox-1.19.4.orig/include/libbb.h 2012-02-04 20:34:24.000000000 +0100 ++++ busybox-1.19.4/include/libbb.h 2012-07-31 10:33:50.000000000 +0200 +@@ -35,6 +35,7 @@ + #include <sys/poll.h> + #include <sys/ioctl.h> + #include <sys/mman.h> ++#include <sys/resource.h> + #include <sys/socket.h> + #include <sys/stat.h> + #include <sys/time.h> |
