archrelease: copy trunk to extra-x86_64
[arch-packages.git] / ifplugd / repos / extra-x86_64 / ifplugd-0.28-interface.patch
blob9c2de464bbde375e43db516998e19de010fa3e95
1 --- src/interface.c 2004/12/19 00:08:01 114
2 +++ src/interface.c 2006/03/07 13:15:11 133
3 @@ -22,9 +22,9 @@
4 #include <config.h>
5 #endif
7 +#include <sys/types.h>
8 #include <linux/sockios.h>
9 #include <linux/if_ether.h>
10 -#include <sys/types.h>
11 #include <sys/socket.h>
12 #include <sys/ioctl.h>
13 #include <linux/if.h>