1 Ugly, I know - but so are non dietlibc C libraries ... ,-)
3 - Rene Rebe <rene@exactcode.de>
5 --- mininet/host.c.vanilla 2006-10-04 10:41:45.000000000 +0000
6 +++ mininet/host.c 2006-10-04 10:44:07.000000000 +0000
14 typedef struct { const char* name; unsigned short value; } rec;
17 --- mininet/arping.c.vanilla 2006-10-04 11:15:31.000000000 +0000
18 +++ mininet/arping.c 2006-10-04 11:15:36.000000000 +0000
21 #include <sys/socket.h>
22 #include <netpacket/packet.h>
23 -#include <net/if_ether.h>
24 +#include <linux/if_ether.h>
25 #include <arpa/inet.h>
28 --- mininet/tcpdump.c.vanilla 2006-10-04 11:15:10.000000000 +0000
29 +++ mininet/tcpdump.c 2006-10-04 11:15:14.000000000 +0000
32 #include <sys/socket.h>
34 -#include <net/if_ether.h>
35 +#include <linux/if_ether.h>
36 #include <net/if_arp.h>
37 #include <netpacket/packet.h>
39 --- mininet/tstat.c.vanilla 2006-10-04 11:15:43.000000000 +0000
40 +++ mininet/tstat.c 2006-10-04 11:15:47.000000000 +0000
43 #include <sys/socket.h>
45 -#include <net/if_ether.h>
46 +#include <linux/if_ether.h>
47 #include <net/if_arp.h>
48 #include <netpacket/packet.h>