From: Luka Perkov Date: Wed, 30 Mar 2011 23:11:54 +0000 (+0000) Subject: update at package - forgot to add patch X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=617d42b1356598bd9aaadcff52367a74494e5458;p=openwrt%2Fsvn-archive%2Farchive.git update at package - forgot to add patch SVN-Revision: 26385 --- diff --git a/utils/at/patches/110-getloadavg.patch b/utils/at/patches/110-getloadavg.patch new file mode 100644 index 0000000000..a154f1a6ca --- /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 + #endif + +-#include "lisp.h" +-#include "sysfile.h" /* for encapsulated open, close, read, write */ ++#include ++#include ++#include + + #ifndef HAVE_GETLOADAVG +