Files
gentoo/sys-apps/ifplugd/files/ifplugd-0.28-interface.patch
Felix Janda 6c6c2f6df5 sys-apps/ifplugd: revision bump
* EAPI=6
* add patch from Chad Joan for compilation with musl libc
* remove obsolete pkg_postinst phase

Gentoo-Bug: https://bugs.gentoo.org/592912
Gentoo-Bug: https://bugs.gentoo.org/278653
Closes: https://github.com/gentoo/gentoo/pull/2541

Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
2016-10-21 11:12:45 +02:00

14 lines
270 B
Diff

--- a/src/interface.c
+++ b/src/interface.c
@@ -22,9 +22,9 @@
#include <config.h>
#endif
+#include <sys/types.h>
#include <linux/sockios.h>
#include <linux/if_ether.h>
-#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <linux/if.h>