Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 348 → Rev 349

/shark/trunk/kernel/signal.c
18,11 → 18,11
 
/**
------------
CVS : $Id: signal.c,v 1.6 2003-11-06 08:56:08 giacomo Exp $
CVS : $Id: signal.c,v 1.7 2003-12-02 15:56:37 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.6 $
Last update: $Date: 2003-11-06 08:56:08 $
Revision: $Revision: 1.7 $
Last update: $Date: 2003-12-02 15:56:37 $
------------
 
This file contains:
1448,7 → 1448,6
int handler_remove(int no)
{
SYS_FLAGS f;
return 0;
 
if (no < 1 || no > 15) {
errno = EWRONG_INT_NO;