]> git.tuebingen.mpg.de Git - dss.git/commit
Unify sending of signals.
authorAndre Noll <maan@systemlinux.org>
Wed, 12 May 2010 09:00:55 +0000 (11:00 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 12 May 2010 09:00:55 +0000 (11:00 +0200)
commit1a2bfdde95331f8f7262b99c07a5438dae827cdf
tree49256ae473fcde4148c74ddbc76dd859c6ee1d7c
parent291aebda9ce76c72053f2f34bbd017161a0b0383
Unify sending of signals.

This patch introduces dss_kill(), a wrapper for kill(2) which
prints a nice log message and checks the return value of the
the underlying call to kill().
dss.c