From 58bbd0b4dad2e3216427577df1b660dfd6bec1f4 Mon Sep 17 00:00:00 2001 From: bg- Date: Wed, 24 Jan 2007 16:07:20 +0000 Subject: [PATCH] * Don't include signal.h. --- core/sys/process.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/sys/process.c b/core/sys/process.c index 7ee93ecdd..87f8f903e 100644 --- a/core/sys/process.c +++ b/core/sys/process.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: process.c,v 1.2 2006/08/17 15:39:24 bg- Exp $ + * @(#)$Id: process.c,v 1.3 2007/01/24 16:07:20 bg- Exp $ */ /** @@ -68,7 +68,6 @@ struct event_data { #ifdef PROCESS_CONF_FASTPOLL #define NPOLLS PROCESS_CONF_FASTPOLL -#include static volatile unsigned npolls; static struct process *needpoll[NPOLLS]; #endif