busybox/busybox-resource.patch
Stephan Kulow e0aa46df30 Accepting request 298217 from home:pluskalm:branches:Base:System
- Update to 1.23.2
  * for a full list of changes see http://www.busybox.net/news.html
- Cleaned up spec file with spec-cleaner
- Refreshed patches

- Update to 1.23.2
  * for a full list of changes see http://www.busybox.net/news.html
- Cleaned up spec file with spec-cleaner
- Refreshed patches

OBS-URL: https://build.opensuse.org/request/show/298217
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=35
2015-04-25 09:02:17 +00:00

17 lines
426 B
Diff

---
include/libbb.h | 1 +
1 file changed, 1 insertion(+)
Index: busybox-1.23.2/include/libbb.h
===================================================================
--- busybox-1.23.2.orig/include/libbb.h
+++ busybox-1.23.2/include/libbb.h
@@ -40,6 +40,7 @@
#include <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>