From: luka Date: Wed, 30 Mar 2011 23:11:54 +0000 (+0000) Subject: update at package - forgot to add patch X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=84a4257a6b5ac3600c6da539ef4648d19a635630;p=packages.git update at package - forgot to add patch git-svn-id: svn://svn.openwrt.org/openwrt/packages@26385 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/at/patches/110-getloadavg.patch b/utils/at/patches/110-getloadavg.patch new file mode 100644 index 000000000..a154f1a6c --- /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 +