mdev: fix build failure
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 17 Mar 2013 22:01:17 +0000 (23:01 +0100)
committerDenys 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

index c5c0d613c8a4a08f5be0b6f9c26110931a0b5fa0..5fe6bbbdeec4a580670d63b72f176a1e79ec7def 100644 (file)
@@ -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) {