From e58989bcee033f0d9a702e193b37126ff5b6fb54 Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 6 Jan 2011 05:19:38 +0000 Subject: [PATCH] remove unwanted patches since last update. --- net/dhcpcd/patches/patch-aa | 35 ----------------------------------- net/dhcpcd/patches/patch-ab | 14 -------------- 2 files changed, 49 deletions(-) delete mode 100644 net/dhcpcd/patches/patch-aa delete mode 100644 net/dhcpcd/patches/patch-ab diff --git a/net/dhcpcd/patches/patch-aa b/net/dhcpcd/patches/patch-aa deleted file mode 100644 index 7cb3058e4873..000000000000 --- a/net/dhcpcd/patches/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2010/12/07 22:53:48 abs Exp $ - ---- if-bsd.c.orig 2010-12-05 21:31:47.000000000 +0000 -+++ if-bsd.c -@@ -37,10 +37,12 @@ - #include - #include - #include --#ifdef __DragonFly__ -+#ifndef __APPLE__ -+# ifdef __DragonFly__ - # include --#else -+# else - # include -+# endif - #endif - - #include -@@ -342,6 +344,7 @@ manage_link(int fd) - for (p = link_buf; p < e; p += rtm->rtm_msglen) { - rtm = (struct rt_msghdr *)(void *)p; - switch(rtm->rtm_type) { -+#ifdef RTM_IFANNOUNCE - case RTM_IFANNOUNCE: - ifan = (struct if_announcemsghdr *)(void *)p; - switch(ifan->ifan_what) { -@@ -353,6 +356,7 @@ manage_link(int fd) - break; - } - break; -+#endif - case RTM_IFINFO: - ifm = (struct if_msghdr *)(void *)p; - memset(ifname, 0, sizeof(ifname)); diff --git a/net/dhcpcd/patches/patch-ab b/net/dhcpcd/patches/patch-ab deleted file mode 100644 index 3452203aeaf1..000000000000 --- a/net/dhcpcd/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2010/12/07 22:53:48 abs Exp $ - ---- platform-bsd.c.orig 2010-12-05 22:00:27.000000000 +0000 -+++ platform-bsd.c -@@ -31,6 +31,9 @@ - - #include "platform.h" - -+#ifdef __APPLE__ -+# define SYS_NMLN 256 -+#endif - static char march[SYS_NMLN]; - - char *