The recent global change regarding htons allowed to remove this hack :-)

This commit is contained in:
oliverschmidt 2010-10-19 20:30:47 +00:00
parent 5585d72c86
commit 842c6a018a
3 changed files with 3 additions and 15 deletions

View file

@ -30,7 +30,7 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* $Id: wpcap.c,v 1.5 2010/10/19 18:29:05 adamdunkels Exp $
* $Id: wpcap.c,v 1.6 2010/10/19 20:30:47 oliverschmidt Exp $
*/
@ -66,10 +66,6 @@
#include <err.h>
/* Avoid 'conflicting types' errors. */
#define uip_htonl
#define uip_htons
#define PROGRESS(x)