010-rlimit_fsize.patch 410 B

1234567891011
  1. diff -Nur busybox-1.19.4.orig/include/libbb.h busybox-1.19.4/include/libbb.h
  2. --- busybox-1.19.4.orig/include/libbb.h 2012-02-04 20:34:24.000000000 +0100
  3. +++ busybox-1.19.4/include/libbb.h 2012-07-31 10:33:50.000000000 +0200
  4. @@ -35,6 +35,7 @@
  5. #include <sys/poll.h>
  6. #include <sys/ioctl.h>
  7. #include <sys/mman.h>
  8. +#include <sys/resource.h>
  9. #include <sys/socket.h>
  10. #include <sys/stat.h>
  11. #include <sys/time.h>