projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b93d8d
)
update at package - forgot to add patch
author
Luka Perkov
<luka@openwrt.org>
Wed, 30 Mar 2011 23:11:54 +0000
(23:11 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Wed, 30 Mar 2011 23:11:54 +0000
(23:11 +0000)
SVN-Revision: 26385
utils/at/patches/110-getloadavg.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/utils/at/patches/110-getloadavg.patch
b/utils/at/patches/110-getloadavg.patch
new file mode 100644
(file)
index 0000000..
a154f1a
--- /dev/null
+++ b/
utils/at/patches/110-getloadavg.patch
@@ -0,0
+1,14
@@
+--- at-3.1.12/getloadavg.c 2009-11-23 16:11:52.000000000 +0100
++++ at-3.1.12/getloadavg.c 2011-03-30 13:59:32.261558198 +0200
+@@ -69,8 +69,9 @@
+ #include <config.h>
+ #endif
+
+-#include "lisp.h"
+-#include "sysfile.h" /* for encapsulated open, close, read, write */
++#include <sys/types.h>
++#include <sys/stat.h>
++#include <fcntl.h>
+
+ #ifndef HAVE_GETLOADAVG
+