]> git.tue.mpg.de Git - paraslash.git/commit
Use para_sigaction() in command handlers.
authorAndre Noll <maan@systemlinux.org>
Mon, 6 Apr 2009 16:41:37 +0000 (18:41 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 6 Apr 2009 16:41:37 +0000 (18:41 +0200)
commitf88a3b9d8ab2f05c4548504dca5a87f1ec170e25
treef17bd99b112b4ef69b87510d4d4009fc0677758c
parent74361f472d6d1a75a313cb3a6b4528cfeacfff0a
Use para_sigaction() in command handlers.

This allows to get rid of an ugly hack for solaris. The patch also adds checks
for whether the signals were reset sucessfully in the command handler and
aborts early on errors.
command.c