X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fexecute.c;h=1e571da69c5e74d5a726f204933924cf308e9747;hb=9588bc32096fc8342bfd8b989689717186d7d86e;hp=3ae28ee080af0531863c13da866d393c826f1474;hpb=f842cd74eacc2960ac849766eb786059317415ee;p=elogind.git diff --git a/src/core/execute.c b/src/core/execute.c index 3ae28ee08..1e571da69 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -155,7 +155,7 @@ _pure_ static const char *tty_path(const ExecContext *context) { return "/dev/console"; } -void exec_context_tty_reset(const ExecContext *context) { +static void exec_context_tty_reset(const ExecContext *context) { assert(context); if (context->tty_vhangup)