From 9dc874c132ef0453d1e17b0757d019ca5e97e0af Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Wed, 1 Mar 2006 12:01:46 +0000 Subject: [PATCH] Benjamin Schieder: fix ifplugd [2006021716315605087] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7104 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/ifplugd/hotfix.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package/base/ifplugd/hotfix.patch diff --git a/package/base/ifplugd/hotfix.patch b/package/base/ifplugd/hotfix.patch new file mode 100644 index 000000000..5131b9f7a --- /dev/null +++ b/package/base/ifplugd/hotfix.patch @@ -0,0 +1,15 @@ +--- ifplugd-0.28/src/interface.c 2005-01-05 01:25:31.000000000 +0100 ++++ build/crystal-TRUNK-x86-crystal/ROCK/src.ifplugd.1140188669.31053.2052336942/ifplugd-0.28/src/interface.c 2006-02-17 16:24:55.000000000 +0100 +@@ -22,8 +22,11 @@ + #include + #endif + +-#include ++#if 0 + #include ++#endif ++#define ETH_ALEN 6 ++#include + #include + #include + #include