projects
/
oweals
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fbc275
)
fix copy paste error
author
John Crispin
<blogic@openwrt.org>
Mon, 9 Dec 2013 12:57:43 +0000
(13:57 +0100)
committer
John Crispin
<blogic@openwrt.org>
Mon, 9 Dec 2013 12:57:43 +0000
(13:57 +0100)
Signed-off-by: John Crispin <blogic@openwrt.org>
system.c
patch
|
blob
|
history
diff --git
a/system.c
b/system.c
index 3d5203921c0a6067d3b87dc89ed1b31a17644030..d5bf0003f2fdc9c39e6c489f76e56531de070380 100644
(file)
--- a/
system.c
+++ b/
system.c
@@
-263,7
+263,7
@@
enum {
__SIGNAL_MAX
};
-static const struct blobmsg_policy signal_policy[__
WDT
_MAX] = {
+static const struct blobmsg_policy signal_policy[__
SIGNAL
_MAX] = {
[SIGNAL_PID] = { .name = "pid", .type = BLOBMSG_TYPE_INT32 },
[SIGNAL_NUM] = { .name = "signum", .type = BLOBMSG_TYPE_INT32 },
};