Skip to content
  • Niels De Graef's avatar
    ssh: operation: Use Posix.Signal.TERM conditionally · e7b59749
    Niels De Graef authored
    Starting from vala 0.40, `Posix.SIGTERM` was deprecated in favor of
    `Posix.Signal.TERM`. This was handled by
    !39, which
    unfortunately broke the code for older versions of Valac. Let's do a
    compromise and change the behaviour in and preprocessor macro `#if` that
    checks the valac version.
    e7b59749