From 6ab3a6d1e371f068fb2e5170c107b111ec90aa98 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 26 May 2007 22:51:38 +0000 Subject: [PATCH] Fixed copy&paste bug. --- cpu/native/net/tapdev-drv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpu/native/net/tapdev-drv.c b/cpu/native/net/tapdev-drv.c index b156ee49e..1f1aa0aba 100644 --- a/cpu/native/net/tapdev-drv.c +++ b/cpu/native/net/tapdev-drv.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: tapdev-drv.c,v 1.2 2007/05/23 22:13:29 oliverschmidt Exp $ + * @(#)$Id: tapdev-drv.c,v 1.3 2007/05/26 22:51:38 oliverschmidt Exp $ */ #include "contiki-net.h" @@ -80,7 +80,6 @@ pollhandler(void) PROCESS_THREAD(tapdev_process, ev, data) { PROCESS_POLLHANDLER(pollhandler()); - PROCESS_EXITHANDLER(exithandler()); PROCESS_BEGIN();