CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
initramfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30f5981
)
Added forgotten patch
3.0
author
Victor Martinez
<pitillo@ono.com>
Sat, 2 Nov 2013 01:26:38 +0000
(
01:26
+0000)
committer
Victor Martinez
<pitillo@ono.com>
Sat, 2 Nov 2013 01:26:38 +0000
(
01:26
+0000)
work/fix-resource_header.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/work/fix-resource_header.patch
b/work/fix-resource_header.patch
new file mode 100644
(file)
index 0000000..
8163a86
--- /dev/null
+++ b/
work/fix-resource_header.patch
@@ -0,0
+1,12
@@
+diff --git a/include/libbb.h b/include/libbb.h
+index f12800f..e7806c2 100644
+--- a/include/libbb.h
++++ b/include/libbb.h
+@@ -40,6 +40,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>