This partly reverts commit 5da02977444805aabb6665d14bd74563941a7b15 of 0.9.19-stable, "daemon: during startup say whether we run in a VM". --- src/daemon/main.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/daemon/main.c b/src/daemon/main.c index 0a8e57d..216a955 100644 --- a/src/daemon/main.c +++ b/src/daemon/main.c @@ -618,6 +618,9 @@ int main(int argc, char *argv[]) { if (conf->daemonize) { pid_t child; +#ifdef TIOCNOTTY + int tty_fd; +#endif if (pa_stdio_acquire() < 0) { pa_log(_("Failed to acquire stdio."));
_______________________________________________ pulseaudio-discuss mailing list pulseaudio-discuss@mail.0pointer.de https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss