Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 595 → Rev 596

/shark/trunk/kernel/exchand.c
18,11 → 18,11
 
/**
------------
CVS : $Id: exchand.c,v 1.7 2004-04-25 12:53:42 giacomo Exp $
CVS : $Id: exchand.c,v 1.8 2004-04-27 10:43:50 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.7 $
Last update: $Date: 2004-04-25 12:53:42 $
Revision: $Revision: 1.8 $
Last update: $Date: 2004-04-27 10:43:50 $
------------
**/
 
113,7 → 113,7
{
struct sigaction action;
action.sa_flags = SA_SIGINFO;
action.sa_flags = 0;
action.sa_sigaction = NULL;
action.sa_handler = SIG_IGN;
sigfillset(&action.sa_mask);