update at package - forgot to add patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26385 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f92232055d
commit
84a4257a6b
14
utils/at/patches/110-getloadavg.patch
Normal file
14
utils/at/patches/110-getloadavg.patch
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user