mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
* import from oldpackages * version bump, update hash * add PKG_LICENSE and PKG_LICENSE_FILES * update patches Signed-off-by: Phil Eichinger <phil@zankapfel.net>
15 lines
303 B
Diff
15 lines
303 B
Diff
--- a/getloadavg.c
|
|
+++ b/getloadavg.c
|
|
@@ -69,8 +69,9 @@ Boston, MA 02110-1301 USA */
|
|
#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
|
|
|