projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
install static libraries from uclibc to the rootfs staging dir
[openwrt.git]
/
package
/
busybox
/
patches
/
530-watchdog_fix.patch
1
--- a/miscutils/watchdog.c
2
+++ b/miscutils/watchdog.c
3
@@ -10,7 +10,8 @@
4
*/
5
6
#include "libbb.h"
7
-#include "linux/watchdog.h"
8
+#include <linux/types.h>
9
+#include <linux/watchdog.h>
10
11
#define OPT_FOREGROUND (1 << 0)
12
#define OPT_STIMER (1 << 1)
This page took
0.053511 seconds
and
5
git commands to generate.