Lino Sanfilippo
2010-11-12 12:39:12 UTC
Hi,
this patch adjusts the test program (showfiles.c) to the new signal
semantic that is used by dazukofs.
Without this the program may not be interruptable by SIGINT, SIGTERM and
SIGHUP
(depending on the underlaying signal() call implementation).
It simply removes the unportable signal() with the portable sigaction()
function.
It applies against dazukofs-3.1.4-rc3.
Regards,
Lino
GeschÀftsfÌhrender Gesellschafter: Tjark Auerbach
Sitz der Gesellschaft: Tettnang
Handelsregister: Amtsgericht Ulm, HRB 630992
ALLGEMEINE GESCHÃFTSBEDINGUNGEN
Es gelten unsere Allgemeinen GeschÀftsbedingungen
(AGB). Sie finden sie in der jeweils gÃŒltigen Fassung
im Internet unter http://www.avira.com/de/standard-terms-conditions-business-de
***************************************************
this patch adjusts the test program (showfiles.c) to the new signal
semantic that is used by dazukofs.
Without this the program may not be interruptable by SIGINT, SIGTERM and
SIGHUP
(depending on the underlaying signal() call implementation).
It simply removes the unportable signal() with the portable sigaction()
function.
It applies against dazukofs-3.1.4-rc3.
Regards,
Lino
GeschÀftsfÌhrender Gesellschafter: Tjark Auerbach
Sitz der Gesellschaft: Tettnang
Handelsregister: Amtsgericht Ulm, HRB 630992
ALLGEMEINE GESCHÃFTSBEDINGUNGEN
Es gelten unsere Allgemeinen GeschÀftsbedingungen
(AGB). Sie finden sie in der jeweils gÃŒltigen Fassung
im Internet unter http://www.avira.com/de/standard-terms-conditions-business-de
***************************************************