projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82495f4
)
Win32 compile fix.
author
Ralf Habacker
<ralf.habacker@freenet.de>
Fri, 5 Aug 2011 20:37:06 +0000
(22:37 +0200)
committer
Ralf Habacker
<ralf.habacker@freenet.de>
Fri, 5 Aug 2011 20:37:06 +0000
(22:37 +0200)
Do not limit ACTION_RELOAD to unix only because it is used in the
crossplattform function handle_reload_watch().
bus/main.c
patch
|
blob
|
history
diff --git
a/bus/main.c
b/bus/main.c
index
e879ff8
..
8a9ffdf
100644
(file)
--- a/
bus/main.c
+++ b/
bus/main.c
@@
-48,13
+48,13
@@
static int reload_pipe[2];
static void close_reload_pipe (DBusWatch **);
-#ifdef DBUS_UNIX
typedef enum
{
ACTION_RELOAD = 'r',
ACTION_QUIT = 'q'
} SignalAction;
+#ifdef DBUS_UNIX
static void
signal_handler (int sig)
{