update at package - forgot to add patch
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 30 Mar 2011 23:11:54 +0000 (23:11 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 30 Mar 2011 23:11:54 +0000 (23:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26385 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/at/patches/110-getloadavg.patch [new file with mode: 0644]

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
@@ -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