projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c56d125
)
mdev: fix build failure
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 17 Mar 2013 22:01:17 +0000
(23:01 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 17 Mar 2013 22:01:17 +0000
(23:01 +0100)
The error was "error: 'struct globals' has no member named 'parser'"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/mdev.c
patch
|
blob
|
history
diff --git
a/util-linux/mdev.c
b/util-linux/mdev.c
index c5c0d613c8a4a08f5be0b6f9c26110931a0b5fa0..5fe6bbbdeec4a580670d63b72f176a1e79ec7def 100644
(file)
--- a/
util-linux/mdev.c
+++ b/
util-linux/mdev.c
@@
-646,9
+646,8
@@
static void make_device(char *device_name, char *path, int operation)
}
/* else: it's final implicit "match-all" rule */
rule_matches:
-#endif
dbg2("rule matched, line %d", G.parser ? G.parser->lineno : -1);
-
+#endif
/* Build alias name */
alias = NULL;
if (ENABLE_FEATURE_MDEV_RENAME && rule->ren_mov) {