mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 08:26:52 +03:00
[PATCH] udev_dbus can now compile properly, but linnking is another story...
This commit is contained in:
parent
ddc8f83132
commit
c5039077b7
@ -10,8 +10,7 @@
|
|||||||
#include <dbus/dbus.h>
|
#include <dbus/dbus.h>
|
||||||
|
|
||||||
#include "udev.h"
|
#include "udev.h"
|
||||||
#include "udev_version.h"
|
#include "udev_lib.h"
|
||||||
#include "udev_dbus.h"
|
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
|
|
||||||
#ifdef LOG
|
#ifdef LOG
|
||||||
@ -145,7 +144,7 @@ int main(int argc, char *argv[], char *envp[])
|
|||||||
|
|
||||||
sysbus_connect();
|
sysbus_connect();
|
||||||
if (sysbus_connection == NULL)
|
if (sysbus_connection == NULL)
|
||||||
return;
|
return 0;
|
||||||
|
|
||||||
action = get_action();
|
action = get_action();
|
||||||
if (!action) {
|
if (!action) {
|
||||||
|
Loading…
Reference in New Issue
Block a user