From e5d3453a79f9142ec16effefbb87c460e1942540 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Thu, 5 Apr 2007 19:42:47 +0000 Subject: [PATCH] Minor code formatting change. --- cpu/native/net/wpcap.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cpu/native/net/wpcap.c b/cpu/native/net/wpcap.c index 15045be60..f91d4ef21 100644 --- a/cpu/native/net/wpcap.c +++ b/cpu/native/net/wpcap.c @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: wpcap.c,v 1.2 2007/04/05 19:41:02 oliverschmidt Exp $ + * $Id: wpcap.c,v 1.3 2007/04/05 19:42:47 oliverschmidt Exp $ */ #define WIN32_LEAN_AND_MEAN @@ -42,8 +42,10 @@ #include #include -#define htonl /* Avoid 'conflicting types' error. */ -#define htons /* Avoid 'conflicting types' error. */ +/* Avoid 'conflicting types' errors. */ +#define htonl +#define htons + #include "contiki-net.h" #include "wpcap.h"