diff --git a/platform/minimal-net/net/wpcap-service.c b/cpu/native/net/wpcap-service.c similarity index 98% rename from platform/minimal-net/net/wpcap-service.c rename to cpu/native/net/wpcap-service.c index 50236515b..7b9789475 100644 --- a/platform/minimal-net/net/wpcap-service.c +++ b/cpu/native/net/wpcap-service.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: wpcap-service.c,v 1.2 2007/03/27 20:41:10 oliverschmidt Exp $ + * @(#)$Id: wpcap-service.c,v 1.1 2007/04/01 20:39:38 oliverschmidt Exp $ */ #include "contiki-net.h" diff --git a/platform/minimal-net/net/wpcap-service.h b/cpu/native/net/wpcap-service.h similarity index 96% rename from platform/minimal-net/net/wpcap-service.h rename to cpu/native/net/wpcap-service.h index 2cfa9ff46..44aefffb9 100644 --- a/platform/minimal-net/net/wpcap-service.h +++ b/cpu/native/net/wpcap-service.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: wpcap-service.h,v 1.2 2007/03/27 20:41:10 oliverschmidt Exp $ + * $Id: wpcap-service.h,v 1.1 2007/04/01 20:39:38 oliverschmidt Exp $ */ #ifndef __WPCAP_SERVICE_H__ diff --git a/platform/minimal-net/net/wpcap.c b/cpu/native/net/wpcap.c similarity index 99% rename from platform/minimal-net/net/wpcap.c rename to cpu/native/net/wpcap.c index 4d900f636..e334c7317 100644 --- a/platform/minimal-net/net/wpcap.c +++ b/cpu/native/net/wpcap.c @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: wpcap.c,v 1.1 2007/03/26 02:53:55 oliverschmidt Exp $ + * $Id: wpcap.c,v 1.1 2007/04/01 20:39:38 oliverschmidt Exp $ */ #define WIN32_LEAN_AND_MEAN diff --git a/platform/minimal-net/net/wpcap.h b/cpu/native/net/wpcap.h similarity index 96% rename from platform/minimal-net/net/wpcap.h rename to cpu/native/net/wpcap.h index c2a36c5df..83abea48e 100644 --- a/platform/minimal-net/net/wpcap.h +++ b/cpu/native/net/wpcap.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: wpcap.h,v 1.1 2007/03/26 02:53:55 oliverschmidt Exp $ + * $Id: wpcap.h,v 1.1 2007/04/01 20:39:38 oliverschmidt Exp $ */ #ifndef __WPCAP_H__